move boards.h to src
This commit is contained in:
@ -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"
|
||||
|
@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user