From 8c33712848e3be7d993563d03b68f583d8125f27 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 7 Aug 2018 22:19:57 +0700 Subject: [PATCH] move a file --- .../components/libraries/bootloader_dfu/dfu_transport_ble.c | 2 +- src/{ => boards}/boards.h | 0 src/main.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{ => boards}/boards.h (100%) diff --git a/lib/sdk11/components/libraries/bootloader_dfu/dfu_transport_ble.c b/lib/sdk11/components/libraries/bootloader_dfu/dfu_transport_ble.c index 7e2b234..43a26e7 100644 --- a/lib/sdk11/components/libraries/bootloader_dfu/dfu_transport_ble.c +++ b/lib/sdk11/components/libraries/bootloader_dfu/dfu_transport_ble.c @@ -14,7 +14,7 @@ #include "dfu.h" #include #include -#include "boards.h" +#include "boards/boards.h" #include "nrf.h" #include "nrf_sdm.h" #include "nrf_gpio.h" diff --git a/src/boards.h b/src/boards/boards.h similarity index 100% rename from src/boards.h rename to src/boards/boards.h diff --git a/src/main.c b/src/main.c index 3eee88e..20e800c 100644 --- a/src/main.c +++ b/src/main.c @@ -53,7 +53,7 @@ #include "app_timer.h" #include "nrf_error.h" -#include "boards.h" +#include "boards/boards.h" #include "pstorage_platform.h" #include "nrf_mbr.h"