summaryrefslogtreecommitdiff
path: root/wally/teensy.go
diff options
context:
space:
mode:
Diffstat (limited to 'wally/teensy.go')
-rw-r--r--wally/teensy.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/wally/teensy.go b/wally/teensy.go
index b63d1a4..534cab0 100644
--- a/wally/teensy.go
+++ b/wally/teensy.go
@@ -19,6 +19,7 @@ func TeensyFlash(s *State) {
}
defer file.Close()
+ s.FlashProgress.Sent = 0
s.FlashProgress.Total = ergodoxCodeSize
firmware := gohex.NewMemory()