Skip to content

Commit 1249659

Browse files
committed
Merge branch 'bugfix/system_restore_duplicate' into 'master'
esp32: remove duplicate definition of system_restore See merge request idf/esp-idf!1864
2 parents daa8cfa + 1979235 commit 1249659

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/esp32/system_api.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,6 @@ void IRAM_ATTR esp_restart_noos()
355355

356356
void system_restart(void) __attribute__((alias("esp_restart")));
357357

358-
void system_restore(void)
359-
{
360-
esp_wifi_restore();
361-
}
362-
363358
uint32_t esp_get_free_heap_size( void )
364359
{
365360
return heap_caps_get_free_size( MALLOC_CAP_DEFAULT );

0 commit comments

Comments
 (0)