Added a comment to the BOARD type of teh make configure output file

This commit is contained in:
Amilcar Lucas 2011-10-01 23:55:39 +02:00
parent d327bdde80
commit fcbbc89251
1 changed files with 2 additions and 1 deletions

View File

@ -398,7 +398,8 @@ upload: $(SKETCHHEX)
configure:
$(warning WARNING - A $(SKETCHBOOK)/config.mk file has been written)
$(warning Please edit the file to match your system configuration, if you use a different board or port)
@echo BOARD=mega > $(SKETCHBOOK)/config.mk
@echo \# Select 'mega' for the original APM, or 'mega2560' for the V2 APM. > $(SKETCHBOOK)/config.mk
@echo BOARD=mega >> $(SKETCHBOOK)/config.mk
@echo PORT=/dev/null >> $(SKETCHBOOK)/config.mk
debug: