Removing sudo from Linux load script.
This commit is contained in:
parent
d923eb551b
commit
fd62e488be
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if [ ! -e teensy-loader-cli/teensy-loader-cli ]; then
|
|||
fi
|
||||
|
||||
#| 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue