aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-30 10:45:42 -0700
committerSelene ToyKeeper2023-11-30 10:45:42 -0700
commit449e90c6d5ad25705931ff8c2253c398aebff67e (patch)
tree49f20e505a9cfa17abd94b9939ecd856594ed920
parentMerge branch 'pr23-digitalcircuit-fix-nofet-bikeflash' into trunk (diff)
downloadanduril-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-xbin/flash-avr32dd20.sh2
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 \