mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 09:42:35 +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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user