move flash_write and flush to seperate files for other usage

This commit is contained in:
hathach
2018-08-11 00:07:06 +07:00
parent bbee654e1c
commit 94a17d720c
4 changed files with 147 additions and 42 deletions

View File

@ -120,6 +120,7 @@ endif
# src
C_SOURCE_FILES += $(SRC_PATH)/main.c
C_SOURCE_FILES += $(SRC_PATH)/flash.c
C_SOURCE_FILES += $(SRC_PATH)/dfu_ble_svc.c
C_SOURCE_FILES += $(SRC_PATH)/dfu_init.c