From 7afc13c23c6b7a424b5122250ce70a33494a525e Mon Sep 17 00:00:00 2001 From: stfnsche Date: Thu, 5 May 2016 16:34:04 +0200 Subject: [PATCH] add user_rf_pre_init function (required by ESP SDK 1.1.0) --- blinky/user/user_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/blinky/user/user_main.c b/blinky/user/user_main.c index e0ca1d5..075f2f7 100644 --- a/blinky/user/user_main.c +++ b/blinky/user/user_main.c @@ -11,6 +11,7 @@ static void user_procTask(os_event_t *events); static volatile os_timer_t some_timer; +void user_rf_pre_init (void) {} void some_timerfunc(void *arg) {