We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ada3f5 commit ed1f310Copy full SHA for ed1f310
cores/esp32/stdlib_noniso.c
@@ -30,7 +30,7 @@
30
#include "stdlib_noniso.h"
31
#include "esp_system.h"
32
33
-#if !CONFIG_DSP_ANSI && !CONFIG_DSP_OPTIMIZED
+#if 1
34
void reverse(char* begin, char* end) {
35
char *is = begin;
36
char *ie = end - 1;
0 commit comments