diff --git a/inc/pid.h b/inc/pid.h --- a/inc/pid.h +++ b/inc/pid.h @@ -3,6 +3,8 @@ #include "stm32f3xx_hal.h" #include "states.h" +#include "flash.h" +#include "display.h" typedef struct { int16_t last_pid_temp;