forked from nuttx/nuttx-update
MAX_RAND should be RAND_MAX
This commit is contained in:
parent
4c74c83c97
commit
34d1d2907d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
/* Maximum value returned by rand() */
|
/* Maximum value returned by rand() */
|
||||||
|
|
||||||
#define MAX_RAND 32767
|
#define RAND_MAX 32767
|
||||||
|
|
||||||
/* Integer expression whose value is the maximum number of bytes in a
|
/* Integer expression whose value is the maximum number of bytes in a
|
||||||
* character specified by the current locale.
|
* character specified by the current locale.
|
||||||
|
|
Loading…
Reference in a new issue