Fixed typo in readme.

This commit is contained in:
Wenyao Xie 2011-11-29 14:02:27 -05:00
parent a9c6c69ba1
commit 6948c50617
1 changed files with 1 additions and 1 deletions

View File

@ -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 ..