diff --git a/gpio.c b/gpio.c --- a/gpio.c +++ b/gpio.c @@ -36,7 +36,7 @@ void user_input_signed(int16_t* to_modif } -void init_gpio(void) { +void gpio_init(void) { GPIO_InitTypeDef GPIO_InitStruct;