diff --git a/src/FixedPoints/Details.h b/src/FixedPoints/Details.h index 5c183b4..105d3eb 100644 --- a/src/FixedPoints/Details.h +++ b/src/FixedPoints/Details.h @@ -31,6 +31,10 @@ #define FIXED_POINTS_DETAILS FixedPointsDetails #endif +#if defined(ESP8266) +#define FIXED_POINTS_NO_RANDOM +#endif + // Pay no attention to the man behind the curtains FIXED_POINTS_BEGIN_NAMESPACE