mirror of https://github.com/ArduPilot/ardupilot
Fixed typo in readme.
This commit is contained in:
parent
2fd2f0b3ff
commit
e2ab6d96f2
|
@ -14,7 +14,7 @@ Building using cmake
|
|||
-----------------------------------------------
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DBOARD=mega -PORT=/dev/ttyUSB0
|
||||
- cmake .. -DBOARD=mega -DPORT=/dev/ttyUSB0
|
||||
You can select from mega/mega2560.
|
||||
If you have arduino installed in a non-standard location you by specify it by using:
|
||||
-DARDUINO_SDK_PATH=/path/to/arduino ..
|
||||
|
|
Loading…
Reference in New Issue