aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/flash_usb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py
index ed139dfe..33c43760 100755
--- a/scripts/flash_usb.py
+++ b/scripts/flash_usb.py
@@ -344,8 +344,8 @@ MCUTYPES = {
'samd': flash_atsamd, 'same5': flash_atsamd,
'lpc176': flash_lpc176x, 'stm32f103': flash_stm32f1,
'stm32f4': flash_stm32f4, 'stm32f042': flash_stm32f4,
- 'stm32f072': flash_stm32f4, 'stm32g0b1': flash_stm32f4,
- 'stm32f7': flash_stm32f4,
+ 'stm32f070': flash_stm32f4, 'stm32f072': flash_stm32f4,
+ 'stm32g0b1': flash_stm32f4, 'stm32f7': flash_stm32f4,
'stm32h7': flash_stm32f4, 'stm32l4': flash_stm32f4,
'stm32g4': flash_stm32f4, 'rp2040': flash_rp2040,
}