CLOCK_SPEED is now correctly defined as an int instead of a double

See: edcc7062ae
This commit is contained in:
Kristian Sloth Lauszus 2017-02-06 13:06:13 +01:00
parent 56c6e3d42b
commit 695325c178

View file

@ -74,6 +74,4 @@ install:
- platformio lib install 62 416 417 - platformio lib install 62 416 417
script: script:
- platformio ci --board=uno --board=due --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc --lib="." - platformio ci --board=uno --board=due --board=genuino101 --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc --lib="."
- export PLATFORMIO_BUILD_FLAGS="$PLATFORMIO_BUILD_FLAGS -DCLOCK_SPEED=32 -Wno-error" # Workaround https://github.com/felis/USB_Host_Shield_2.0/pull/284
- platformio ci --board=genuino101 --lib="."