We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e79083 + 4b89e52 commit d90cad7Copy full SHA for d90cad7
components/newlib/newlib_init.c
@@ -129,8 +129,7 @@ static struct syscall_stub_table s_stub_table = {
129
._printf_float = NULL,
130
._scanf_float = NULL,
131
#endif
132
-#if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 \
133
- || CONFIG_IDF_TARGET_ESP32C2 || CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2 || CONFIG_IDF_TARGET_ESP32P4
+#if !CONFIG_IDF_TARGET_ESP32 && !CONFIG_IDF_TARGET_ESP32S2
134
/* TODO IDF-2570 : mark that this assert failed in ROM, to avoid confusion between IDF & ROM
135
assertion failures (as function names & source file names will be similar)
136
*/
0 commit comments