Skip to content

Commit

Permalink
Updated nodemcu-firmware
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Grigorev <[email protected]>
  • Loading branch information
CHERTS committed Jul 9, 2015
1 parent dae2691 commit 572b513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Espressif/examples/nodemcu-firmware/app/libc/c_stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0

#define __INT_MAX__ 2147483647
//#define __INT_MAX__ 2147483647
#undef __RAND_MAX
#if __INT_MAX__ == 32767
#define __RAND_MAX 32767
Expand Down

0 comments on commit 572b513

Please sign in to comment.