Update IDF to 9a26296

This commit is contained in:
me-no-dev
2017-09-12 09:40:52 +03:00
parent 0bce98e72c
commit ba929be27a
232 changed files with 6316 additions and 2105 deletions

View File

@ -34,10 +34,8 @@ void esp_reent_init(struct _reent* r);
void esp_setup_syscall_table();
/**
* Initialize hardware timer used as time source for newlib time functions.
*
* Called from the startup code, not intended to be called from application.
* Update current microsecond time from RTC
*/
void esp_setup_time_syscalls();
void esp_set_time_from_rtc();
#endif //__ESP_NEWLIB_H__