mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
CLOCK_SPEED is now correctly defined as an int instead of a double
See: edcc7062ae
This commit is contained in:
parent
56c6e3d42b
commit
695325c178
1 changed files with 1 additions and 3 deletions
|
@ -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="."
|
|
||||||
|
|
Loading…
Reference in a new issue