diff options
-rw-r--r-- | esp8266/ets_alt_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/ets_alt_task.c b/esp8266/ets_alt_task.c index 20e32c2eb6..a5c168fb58 100644 --- a/esp8266/ets_alt_task.c +++ b/esp8266/ets_alt_task.c @@ -24,7 +24,7 @@ static void (*idle_cb)(void *); static void *idle_arg; #if ESP_SDK_VERSION >= 010500 -# define FIRST_PRIO 3 +# define FIRST_PRIO 0 #else # define FIRST_PRIO 0x14 #endif |