Skip to content

Commit 14afa4d

Browse files
committed
fixed missing BSP import
1 parent ce52dbc commit 14afa4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/storage/storage.nrf51.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "crc32.h"
44
#include "nrf_delay.h"
55
#include "feature_config.h"
6+
#include "preconfiguration.h"
67

78
bool is_erased = true;
89

0 commit comments

Comments
 (0)