Skip to content

Commit 8d30863

Browse files
authored
Add Arduino Due support (#16)
Automatically disables random number functionality for Arduino Due.
1 parent 5880da2 commit 8d30863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixedPoints/Details.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define FIXED_POINTS_DETAILS FixedPointsDetails
3232
#endif
3333

34-
#if defined(ESP8266)
34+
#if defined(ESP8266) || defined(ARDUINO_SAM_DUE)
3535
#define FIXED_POINTS_NO_RANDOM
3636
#endif
3737

0 commit comments

Comments
 (0)