aboutsummaryrefslogtreecommitdiff
path: root/examples/Blink/Makefile
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2015-03-28 19:37:49 +0530
committerSudar <sudar@sudarmuthu.com>2015-03-28 19:37:49 +0530
commit6f326e6e2625fb66f77891117647b37144e97714 (patch)
treeccc5bd61562a6961ab95eb2aaefc5207a4fde855 /examples/Blink/Makefile
parentd9176a0a64054b5d12a5d625c6b386bf3840a68f (diff)
Whitespace fixes in examples
Diffstat (limited to 'examples/Blink/Makefile')
-rw-r--r--examples/Blink/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Blink/Makefile b/examples/Blink/Makefile
index 7678e9b..f9d5cf4 100644
--- a/examples/Blink/Makefile
+++ b/examples/Blink/Makefile
@@ -1,5 +1,5 @@
+# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
+
BOARD_TAG = uno
-ARDUINO_LIBS =
include ../../Arduino.mk
-