From c37fabea6661e248364706feb6521116ad86b9d7 Mon Sep 17 00:00:00 2001 From: Amilcar Lucas Date: Sat, 1 Oct 2011 23:55:39 +0200 Subject: [PATCH] Added a comment to the BOARD type of teh make configure output file --- libraries/AP_Common/Arduino.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/AP_Common/Arduino.mk b/libraries/AP_Common/Arduino.mk index b3316e0d23..c8e1562443 100644 --- a/libraries/AP_Common/Arduino.mk +++ b/libraries/AP_Common/Arduino.mk @@ -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: