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

autogen log and param fixes #1371

Closed knmcguire closed 5 months ago

knmcguire commented 5 months ago

Fixes some of the missed log and param descriptions that were ignored by doxygen due to#ifstatements.

I chose to just remove all of the ifstatements related to the maximum number of TWR as that define default has remained at 8 for years, and no one complained for the last 2 years since it wasn't converted to kbuild properly, so let's just assume that this is okay.

fixes #1323