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