Add support for ESP8266

Automatically disables random number functionality for ESP8266.
pull/10/head
Pharap 7 years ago committed by GitHub
parent 0c6e215cbd
commit 6794d431cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save