waf: fixed build docs for arducopter

This commit is contained in:
Andrew Tridgell 2017-01-09 21:13:04 +11:00
parent c0c25e0588
commit 370e893fb3
1 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ list some basic and more used commands as example.
uses the `--targets` option that is explained in the next item.
```sh
./waf --targets bin/arducopter-quad --upload
./waf --targets bin/arducopter --upload
```
Currently Linux boards don't support the upload option, but there's an
@ -92,7 +92,7 @@ list some basic and more used commands as example.
```
# Quad frame of ArduCopter
./waf --targets bin/arducopter-quad
./waf --targets bin/arducopter
# unit test of our math functions
./waf --targets tests/test_math
@ -226,7 +226,7 @@ to `build/<board>/` to the option `--targets`. Example:
```bash
# Build arducopter for quad frame
./waf --targets bin/arducopter-quad
./waf --targets bin/arducopter
# Build vectors unit test
./waf --targets tests/test_vectors