Archived
1
0

Removing sudo from Linux load script.

This commit is contained in:
Jacob Alexander 2014-05-26 23:47:47 -07:00
parent d923eb551b
commit fd62e488be

View File

@ -11,7 +11,7 @@ if [ ! -e teensy-loader-cli/teensy-loader-cli ]; then
fi fi
#| Loads the hex file onto the teensy #| Loads the hex file onto the teensy
sudo teensy-loader-cli/teensy-loader-cli -mmcu=@MCU@ -w @TARGET_HEX@ teensy-loader-cli/teensy-loader-cli -mmcu=@MCU@ -w @TARGET_HEX@
exit 0 exit 0