move boards.h to src

This commit is contained in:
hathach
2018-08-08 15:19:02 +07:00
parent de7ab6d00d
commit f41c039228
6 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
#include "app_timer.h"
#include "nrf_error.h"
#include "boards/boards.h"
#include "boards.h"
#include "pstorage_platform.h"
#include "nrf_mbr.h"

View File

@ -3,7 +3,7 @@
#include "nrf_nvmc.h"
#include <string.h>
#include "boards/boards.h"
#include "boards.h"
#include "tusb.h"
#include "bootloader_settings.h"