projects
/
kiibohd-controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d923eb5
)
Removing sudo from Linux load script.
author
Jacob Alexander
<haata@kiibohd.com>
Tue, 27 May 2014 06:47:47 +0000
(23:47 -0700)
committer
Jacob Alexander
<haata@kiibohd.com>
Tue, 27 May 2014 06:47:47 +0000
(23:47 -0700)
LoadFile/load
patch
|
blob
|
history
diff --git
a/LoadFile/load
b/LoadFile/load
index da03c8c9c30b036c41f38f99a1df69024851115f..569e91c7ddc11b1bd1e9200421a4b4f3953c7beb 100755
(executable)
--- a/
LoadFile/load
+++ b/
LoadFile/load
@@
-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