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:
Ivan Grokhotkov
2016-10-27 11:47:41 +08:00
parent da56e76255
commit 6f1d3ce4a7
6 changed files with 34 additions and 30 deletions

View File

@@ -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;