blob: b405c618b8d7b9c1a55be7492b3822b5823b50ab (
plain)
1
2
3
4
5
6
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
|