mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
vfs: code review fixes
- fix typo in readme - remove unneeded extern declaration - fix header guard macro - tabs->spaces in syscalls.c - spaces->tabs in tasks.c
This commit is contained in:
@@ -60,7 +60,6 @@ static bool app_cpu_started = false;
|
||||
|
||||
static void do_global_ctors(void);
|
||||
static void main_task(void* args);
|
||||
extern void ets_setup_syscalls(void);
|
||||
extern void app_main(void);
|
||||
|
||||
extern int _bss_start;
|
||||
|
Reference in New Issue
Block a user