diff --git a/src/FixedPoints/Details.h b/src/FixedPoints/Details.h index 0e88263..af7a7b6 100644 --- a/src/FixedPoints/Details.h +++ b/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