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.
|
* Please check the path where you install PRU compiler.
|
||||||
* Setting environment variable
|
* Setting environment variable
|
||||||
```
|
```
|
||||||
echo export PATH=/path/to/pru/compiler/bin:$PATH > ~/.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
|
echo export PRU_C_DIR="/path/to/pru/compiler/include;/path/to/pru/compiler/lib" >> ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user