From 56c6e3d42b5f00b5b04ea6eba340f8d27124ae70 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Mon, 6 Feb 2017 03:24:19 -0800 Subject: [PATCH] Define CLOCK_SPEED as type int --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0abcea7b..a629db95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,4 +74,6 @@ install: - platformio lib install 62 416 417 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="."