diff options
| author | Sudar <sudar@sudarmuthu.com> | 2015-03-28 19:37:49 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2015-03-28 19:37:49 +0530 |
| commit | 6f326e6e2625fb66f77891117647b37144e97714 (patch) | |
| tree | ccc5bd61562a6961ab95eb2aaefc5207a4fde855 /examples/Blink/Makefile | |
| parent | d9176a0a64054b5d12a5d625c6b386bf3840a68f (diff) | |
Whitespace fixes in examples
Diffstat (limited to 'examples/Blink/Makefile')
| -rw-r--r-- | examples/Blink/Makefile | 4 |
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 - |
