PX4: use PX4_ROOT=../PX4Firmware by default

this should make PX4 builds work out of the box on Windows for people who have used
the github for windows tool to download the two repositories
This commit is contained in:
Andrew Tridgell 2013-06-24 12:32:45 +10:00
parent a48a7f9775
commit 1132c0ae7c

View File

@ -18,5 +18,5 @@ endif
@echo \# uncomment and fill in the path to Arduino if installed in an exotic location >> $(SKETCHBOOK)/config.mk
@echo \# ARDUINO = /path/to/Arduino >> $(SKETCHBOOK)/config.mk
@echo >> $(SKETCHBOOK)/config.mk
@echo \# PX4 app build: uncomment and fill in the path to PX4 Firmware repository: >> $(SKETCHBOOK)/config.mk
@echo \# PX4_ROOT = /path/to/Firmware >> $(SKETCHBOOK)/config.mk
@echo \# PX4 app build: fill in the path to PX4Firmware repository from github.com/diydrones: >> $(SKETCHBOOK)/config.mk
@echo PX4_ROOT = ../PX4Firmware >> $(SKETCHBOOK)/config.mk