According to comments

This commit is contained in:
Alexey Gerenkov
2017-09-04 21:46:16 +03:00
committed by Ivan Grokhotkov
parent e3b86e7bdb
commit 5094965e98
2 changed files with 41 additions and 41 deletions

View File

@@ -83,7 +83,7 @@ static bool app_cpu_started = false;
static void do_global_ctors(void);
static void main_task(void* args);
extern void app_main(void);
extern int esp_pthread_init(void);
extern esp_err_t esp_pthread_init(void);
extern int _bss_start;
extern int _bss_end;