diff options
Diffstat (limited to 'examples/Blink3rdPartyLib/board.mk')
| -rw-r--r-- | examples/Blink3rdPartyLib/board.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/Blink3rdPartyLib/board.mk b/examples/Blink3rdPartyLib/board.mk new file mode 100644 index 0000000..b405c61 --- /dev/null +++ b/examples/Blink3rdPartyLib/board.mk @@ -0,0 +1,7 @@ +# This program is free software and is licensed under the same conditions as +# describe in https://github.com/sudar/Arduino-Makefile/blob/master/licence.txt + +# The following can be overridden at make-time, by setting an environment +# variable with the same name. eg. BOARD_TAG=pro5v328 make + +BOARD_TAG ?= uno |
