Skip to content

Commit 0954fd4

Browse files
authored
Disable random numbers for non-AVR targets (#74)
1 parent 36c5368 commit 0954fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixedPoints/Details.h

Lines changed: 1 addition & 1 deletion
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) || defined(ARDUINO_SAM_DUE)
34+
#if !defined(__AVR__)
3535
#define FIXED_POINTS_NO_RANDOM
3636
#endif
3737

0 commit comments

Comments
 (0)