Disable random numbers for non-AVR targets (#74)

pull/77/head
Pharap 3 years ago committed by GitHub
parent 36c5368696
commit 0954fd423f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FixedPoints/Details.h

@ -31,7 +31,7 @@
#define FIXED_POINTS_DETAILS FixedPointsDetails
#endif
#if defined(ESP8266) || defined(ARDUINO_SAM_DUE)
#if !defined(__AVR__)
#define FIXED_POINTS_NO_RANDOM
#endif

Loading…
Cancel
Save