Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/commit/0954fd423f0deca9a2037d87384ed67877106d8f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Disable random numbers for non-AVR targets (#74)

pull/77/head
Pharap 4 years ago committed by GitHub
parent 36c5368696
commit 0954fd423f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save