diff --git a/chip/stm32l/registers.h b/chip/stm32l/registers.h index 26464bed3c..6e9fc9e0c5 100644 --- a/chip/stm32l/registers.h +++ b/chip/stm32l/registers.h @@ -136,7 +136,7 @@ #define STM32L_GPIO_PUPDR(l) STM32L_GPIO_REG32(l, 0x0C) #define STM32L_GPIO_IDR(l) STM32L_GPIO_REG16(l, 0x10) #define STM32L_GPIO_ODR(l) STM32L_GPIO_REG16(l, 0x14) -#define STM32L_GPIO_BSSR(l) STM32L_GPIO_REG32(l, 0x18) +#define STM32L_GPIO_BSRR(l) STM32L_GPIO_REG32(l, 0x18) #define STM32L_GPIO_LCKR(l) STM32L_GPIO_REG32(l, 0x1C) #define STM32L_GPIO_AFRL(l) STM32L_GPIO_REG32(l, 0x20) #define STM32L_GPIO_AFRH(l) STM32L_GPIO_REG32(l, 0x24)