mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp_system: Don't compile sleep_mode.c on c3
This commit is contained in:

committed by
Angus Gratton

parent
5f130ff909
commit
f54e9269f3
@@ -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,
|
||||
|
Reference in New Issue
Block a user