Skip to content

Commit ed1f310

Browse files
committed
Fix ultoa. Works around bug espressif#5423
espressif#5423
1 parent 4ada3f5 commit ed1f310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/stdlib_noniso.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "stdlib_noniso.h"
3131
#include "esp_system.h"
3232

33-
#if !CONFIG_DSP_ANSI && !CONFIG_DSP_OPTIMIZED
33+
#if 1
3434
void reverse(char* begin, char* end) {
3535
char *is = begin;
3636
char *ie = end - 1;

0 commit comments

Comments
 (0)