From 6be2614c30a0d37a7c579df2805fbf8c192ca57a Mon Sep 17 00:00:00 2001 From: Simon John Date: Sun, 21 Sep 2014 18:23:06 +0100 Subject: Removed Travis-CI references from all examples. Regular users are not affected by test scripts/makefiles. Added makefile and gcc version info to config output. Tested on Arduino 1.0.6 --- examples/TinySoftWareSerial/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/TinySoftWareSerial') diff --git a/examples/TinySoftWareSerial/Makefile b/examples/TinySoftWareSerial/Makefile index 991e57e..08f918d 100644 --- a/examples/TinySoftWareSerial/Makefile +++ b/examples/TinySoftWareSerial/Makefile @@ -9,7 +9,6 @@ BOARD_TAG = attiny85-8 ARDUINO_LIBS = SoftwareSerial -include ../TestSuiteCommon.mk include $(ARDMK_DIR)/Arduino.mk # !!! Important. You have to use make ispload to upload when using ISP programmer -- cgit v1.2.3