cvra / pid

A PID controller implementation
68 stars 27 forks source link

undefined reference to `pid_init(pid_filter_t*)' #17

Closed ozziest closed 9 years ago

ozziest commented 9 years ago
    pid_filter_t pid;
    pid_init(&pid);

undefined reference to `pid_init(pid_filter_t*)'

Stapelzeiger commented 9 years ago

you have to add pid.c to your build system