tcleg / PID_Controller

Platform Independent PID Controller
Other
111 stars 53 forks source link

Missig Semicolon in pid_controller.h #5

Open TilTisback opened 4 years ago

TilTisback commented 4 years ago

Hello, there is a missing semicolon in pid_controller.h at the end of the file.

https://github.com/tcleg/PID_Controller/blob/d9643c185318c6f10d6917bc4cfb9b32fbda8fb0/C%2B%2B/pid_controller.h#L381

should be: };

thank you for this great library.

edit: seems like someone found this already here: https://github.com/tcleg/PID_Controller/pull/2