diff --git a/gpio.c b/gpio.c --- a/gpio.c +++ b/gpio.c @@ -1,7 +1,4 @@ #include "gpio.h" -#include "config.h" -#include "stm32f0xx_hal_conf.h" -#include // Increase on each press, and increase at a fast rate after duration elapsed of continuously holding down... somehow... static uint32_t change_time_reset = 0;