diff --git a/src/FixedPoints/Details.h b/src/FixedPoints/Details.h index 4ad3e4a..f429c6d 100644 --- a/src/FixedPoints/Details.h +++ b/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