Define CLOCK_SPEED as type int

This commit is contained in:
Joe Bowbeer 2017-02-06 03:24:19 -08:00 committed by Kristian Sloth Lauszus
parent e2902bd8a1
commit 56c6e3d42b

View file

@ -74,4 +74,6 @@ install:
- platformio lib install 62 416 417 - platformio lib install 62 416 417
script: script:
- platformio ci --board=uno --board=genuino101 --board=due --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc --lib="." - platformio ci --board=uno --board=due --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="."