Add Arduino Due support

Automatically disables random number functionality for Arduino Due.
pull/16/head
Pharap 6 years ago committed by GitHub
parent 05f8ae0c83
commit b7e2ad1041
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)
#if defined(ESP8266) || defined(ARDUINO_SAM_DUE)
#define FIXED_POINTS_NO_RANDOM
#endif

Loading…
Cancel
Save