瀏覽代碼

Removing sudo from Linux load script.

simple
Jacob Alexander 10 年之前
父節點
當前提交
fd62e488be
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      LoadFile/load

+ 1
- 1
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