diff options
| author | Selene ToyKeeper | 2023-11-30 10:45:42 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-30 10:45:42 -0700 |
| commit | 449e90c6d5ad25705931ff8c2253c398aebff67e (patch) | |
| tree | 49f20e505a9cfa17abd94b9939ecd856594ed920 /bin | |
| parent | Merge branch 'pr23-digitalcircuit-fix-nofet-bikeflash' into trunk (diff) | |
| download | anduril-449e90c6d5ad25705931ff8c2253c398aebff67e.tar.gz anduril-449e90c6d5ad25705931ff8c2253c398aebff67e.tar.bz2 anduril-449e90c6d5ad25705931ff8c2253c398aebff67e.zip | |
oops, flashing script should actually flash ... not just echo a command
Diffstat (limited to '')
| -rwxr-xr-x | bin/flash-avr32dd20.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flash-avr32dd20.sh b/bin/flash-avr32dd20.sh index dcd4967..a4faab8 100755 --- a/bin/flash-avr32dd20.sh +++ b/bin/flash-avr32dd20.sh @@ -29,7 +29,7 @@ MCUTYPE="unset" # Do the actual flashing echo "Flashing $MCUTYPE MCU on port $TTYUSB: $HEX" -echo pymcuprog write \ +pymcuprog write \ --erase \ --verify \ --timing \ |
