diff --git a/src/pid.c b/src/pid.c --- a/src/pid.c +++ b/src/pid.c @@ -5,7 +5,7 @@ #include "pid.h" #include "flash.h" -// PID implementation +// Private variables static pid_state_t state;