We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a0a91 commit f705812Copy full SHA for f705812
Mcu/g431/Inc/blutil.h
@@ -134,6 +134,7 @@ static inline void bl_gpio_init(void)
134
LL_GPIO_InitTypeDef GPIO_InitStruct = {0};
135
136
LL_AHB2_GRP1_EnableClock(LL_AHB2_GRP1_PERIPH_GPIOA);
137
+ LL_AHB2_GRP1_EnableClock(LL_AHB2_GRP1_PERIPH_GPIOB);
138
139
GPIO_InitStruct.Pin = input_pin;
140
GPIO_InitStruct.Mode = LL_GPIO_MODE_OUTPUT;
Mcu/l431/Inc/blutil.h
@@ -131,6 +131,7 @@ static inline void bl_clock_config(void)
131
static inline void bl_gpio_init(void)
132
{
133
LL_GPIO_ResetOutputPin(input_port, input_pin);
}
0 commit comments