esp_system: Don't compile sleep_mode.c on c3

This commit is contained in:
Marius Vikhammer
2020-12-30 12:57:58 +08:00
committed by Angus Gratton
parent 5f130ff909
commit f54e9269f3
3 changed files with 143 additions and 135 deletions

View File

@@ -112,7 +112,7 @@ static struct syscall_stub_table s_stub_table = {
._scanf_float = NULL,
#endif
#ifdef CONFIG_IDF_TARGET_ESP32C3
/* TODO: mark that this assert failed in ROM, to avoid confusion between IDF & ROM
/* TODO IDF-2570 : mark that this assert failed in ROM, to avoid confusion between IDF & ROM
assertion failures (as function names & source file names will be similar)
*/
.__assert_func = __assert_func,