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

@ -34,7 +34,7 @@ BETA_DIR = bin/$(BOARD)/beta
RELEASE_DIR = bin/$(BOARD)/$(SD_VERSION_FULL) RELEASE_DIR = bin/$(BOARD)/$(SD_VERSION_FULL)
MK_DIS_FIRMWARE = "$(SD_NAME) $(SD_VERSION_FULL)" MK_DIS_FIRMWARE = "$(SD_NAME) $(SD_VERSION) r$(SD_VER4)"
#****************************************************************************** #******************************************************************************
# Tool configure # Tool configure

View File

@ -14,7 +14,7 @@
#include "dfu.h" #include "dfu.h"
#include <dfu_types.h> #include <dfu_types.h>
#include <stddef.h> #include <stddef.h>
#include "boards/boards.h" #include "boards.h"
#include "nrf.h" #include "nrf.h"
#include "nrf_sdm.h" #include "nrf_sdm.h"
#include "nrf_gpio.h" #include "nrf_gpio.h"

View File

@ -19,7 +19,7 @@
#include "hci_transport.h" #include "hci_transport.h"
#include "app_timer.h" #include "app_timer.h"
#include "app_scheduler.h" #include "app_scheduler.h"
#include "boards/boards.h" #include "boards.h"
#define MAX_BUFFERS 4u /**< Maximum number of buffers that can be received queued without being consumed. */ #define MAX_BUFFERS 4u /**< Maximum number of buffers that can be received queued without being consumed. */

View File

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

View File

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