Skip to content

Commit a299fd0

Browse files
committed
Fix compile error on SDK 1.1.0: user_rf_pre_init is a required function
basic_example
1 parent 6946989 commit a299fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

basic_example/user/user_main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
os_event_t user_procTaskQueue[user_procTaskQueueLen];
1111
static void loop(os_event_t *events);
1212

13+
// Required by SDK_v1.1.0
14+
void user_rf_pre_init (void){}
15+
1316
//Main code function
1417
static void ICACHE_FLASH_ATTR
1518
loop(os_event_t *events)

0 commit comments

Comments
 (0)