newlib: rename esp_setup_time_syscalls to esp_set_time_from_rtc

This function no longer sets up syscalls, and new name reflects its
purpose better.
This commit is contained in:
Ivan Grokhotkov
2017-08-29 11:48:18 +08:00
parent d2acf1ce77
commit f31efb697c
4 changed files with 7 additions and 11 deletions

View File

@@ -268,7 +268,7 @@ void start_cpu0_default(void)
_GLOBAL_REENT->_stderr = (FILE*) &__sf_fake_stderr;
#endif
esp_timer_init();
esp_setup_time_syscalls();
esp_set_time_from_rtc();
#if CONFIG_ESP32_APPTRACE_ENABLE
esp_err_t err = esp_apptrace_init();
if (err != ESP_OK) {