mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
random.c: remove unused & conflicting RAND_MAX
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
#define RAND_MAX_32 ((1U << 31) - 1)
|
||||
#define RAND_MAX ((1U << 15) - 1)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
|
||||
Reference in New Issue
Block a user