bitcraze / crazyflie-firmware

The main firmware for the Crazyflie Nano Quadcopter, Crazyflie Bolt Quadcopter and Roadrunner Positioning Tag.
GNU General Public License v3.0
1.16k stars 1.05k forks source link

Bugfix & flapper platform defaults updates #1409

Closed matejkarasek closed 2 weeks ago

matejkarasek commented 2 weeks ago

This PR fixes a bug: PID_FILTER_ALL define was ignored due to a missing autoconf include in pid.c

PID_FILTER_ALL was only used by the flapper platform, some of its platform defaults are now adjusted.