mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-15 04:46:06 +01:00
6 lines
118 B
Makefile
6 lines
118 B
Makefile
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
||
|
|
||
|
BOARD_TAG = uno
|
||
|
|
||
|
include ../../Arduino.mk
|