Browse Source

Fix serial port on windows

mission-4.1.18
amilcar 14 years ago committed by Amilcar Lucas
parent
commit
7a510084b1
  1. 2
      libraries/AP_Common/Arduino.mk

2
libraries/AP_Common/Arduino.mk

@ -421,7 +421,7 @@ configure: @@ -421,7 +421,7 @@ configure:
@echo BOARD=mega >> $(SKETCHBOOK)/config.mk
@echo \# The communication port used to communicate with the APM. >> $(SKETCHBOOK)/config.mk
ifneq ($(findstring CYGWIN, $(SYSTYPE)),)
@echo PORT=/dev/com3 >> $(SKETCHBOOK)/config.mk
@echo PORT=com3 >> $(SKETCHBOOK)/config.mk
else
@echo PORT=/dev/ttyUSB0 >> $(SKETCHBOOK)/config.mk
endif

Loading…
Cancel
Save