aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stm32f0/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32f0/gpio.c b/src/stm32f0/gpio.c
index 74e2fb9e..a7849484 100644
--- a/src/stm32f0/gpio.c
+++ b/src/stm32f0/gpio.c
@@ -19,7 +19,7 @@ DECL_ENUMERATION_RANGE("pin", "PB0", GPIO('B', 0), 9);
DECL_ENUMERATION_RANGE("pin", "PF0", GPIO('F', 0), 2);
GPIO_TypeDef *const digital_regs[] = {
- GPIOA, GPIOB, GPIOC, GPIOF
+ GPIOA, GPIOB, GPIOC, 0, 0, GPIOF
};
// <port:4><pin:4>