mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Linux_HAL_Essentials: Minor type fixed in the README
This commit is contained in:
parent
145c71c4af
commit
7cb547272b
@ -24,8 +24,8 @@ NOTE: For Ubuntu different scripts shall be used. E.g., for precise:
|
||||
* Please check the path where you install PRU compiler.
|
||||
* Setting environment variable
|
||||
```
|
||||
echo export PATH=/path/to/pru/compiler/bin:$PATH > ~/.bashrc
|
||||
echo export PRU_C_DIR="/path/to/pru/compiler/include;/path/to/pru/compiler/lib" > ~/.bashrc
|
||||
echo export PATH=/path/to/pru/compiler/bin:$PATH >> ~/.bashrc
|
||||
echo export PRU_C_DIR="/path/to/pru/compiler/include;/path/to/pru/compiler/lib" >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user