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

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

View File

@ -19,7 +19,7 @@
#include "hci_transport.h"
#include "app_timer.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. */