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

@@ -963,8 +963,8 @@ UBaseType_t x;
#if ( configUSE_NEWLIB_REENTRANT == 1 )
{
/* Initialise this task's Newlib reent structure. */
esp_reent_init(&pxNewTCB->xNewLib_reent);
/* Initialise this task's Newlib reent structure. */
esp_reent_init(&pxNewTCB->xNewLib_reent);
}
#endif