Linux_HAL_Essentials: Minor type fixed in the README

This commit is contained in:
Víctor Mayoral Vilches 2014-07-04 16:06:14 +00:00 committed by Andrew Tridgell
parent 145c71c4af
commit 7cb547272b

View File

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