Skip to content

Commit 572b513

Browse files
committed
Updated nodemcu-firmware
Signed-off-by: Mikhail Grigorev <[email protected]>
1 parent dae2691 commit 572b513

File tree

1 file changed

+1
-1
lines changed
  • Espressif/examples/nodemcu-firmware/app/libc

1 file changed

+1
-1
lines changed

Diff for: Espressif/examples/nodemcu-firmware/app/libc/c_stdlib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define EXIT_FAILURE 1
1414
#define EXIT_SUCCESS 0
1515

16-
#define __INT_MAX__ 2147483647
16+
//#define __INT_MAX__ 2147483647
1717
#undef __RAND_MAX
1818
#if __INT_MAX__ == 32767
1919
#define __RAND_MAX 32767

0 commit comments

Comments
 (0)