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/HelloWorld/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/HelloWorld') diff --git a/examples/HelloWorld/Makefile b/examples/HelloWorld/Makefile index 0af2ed4..fb94fdd 100644 --- a/examples/HelloWorld/Makefile +++ b/examples/HelloWorld/Makefile @@ -1,5 +1,4 @@ BOARD_TAG = uno ARDUINO_LIBS = LiquidCrystal -include ../TestSuiteCommon.mk include ../../Arduino.mk -- cgit v1.2.3