Skip to content

Commit

Permalink
Fix missing teensy path
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke333 authored and jackhumbert committed Oct 10, 2017
1 parent b91ffba commit 109b2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/activate_msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 109b2ae

Please sign in to comment.