mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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:
parent
a48a7f9775
commit
1132c0ae7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user