documentation: minor fix to px4 build instructions (tridge please check)

This commit is contained in:
Kevin Hester 2013-05-07 19:56:20 -07:00 committed by Andrew Tridgell
parent 73928b82a6
commit 1c5ddc20ca
1 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ build ArduCopter for PX4 in the development environment:
``` ```
$ vagrant ssh $ vagrant ssh
# cd ardupilot/Arducopter # cd ardupilot/ArduCopter
# make configure # make configure
``` ```
@ -114,9 +114,9 @@ PX4_ROOT = ~/PX4-Firmware
Back at the terminal: Back at the terminal:
``` ```
# cd ~/PX4-Firmware # cd ArduCopter
# make configure_px4fmu
# make px4 # make px4
# make px4-upload (optional)
``` ```
# User Technical Support # User Technical Support