Fix missing teensy path
This commit is contained in:
parent
b91ffba4be
commit
109b2ae0bd
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ function export_variables {
|
|||
export PATH=$PATH:$util_dir/flip/bin
|
||||
export PATH=$PATH:$util_dir/avr8-gnu-toolchain/bin
|
||||
export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin
|
||||
export PATH=$PATH:$util_dir/teensy_loader_cli.exe
|
||||
}
|
||||
|
||||
export_variables
|
||||
|
|
Loading…
Reference in a new issue