1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00
betaflight/src/common
Dominic Clifton a5f0999c26 Remove serial_cli.c's dependency on mw.h/board.h.
Rename yawdeadband to yaw_deadband to match other variables/cli
commands.

Fix a couple of usages of MAX_MOTORS where MAX_SUPPORTED_MOTORS should
be used instead.
2014-04-23 20:42:38 +01:00
..
axis.h Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
maths.c Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
maths.h Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
printf.c decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
printf.h move printf and typeconversion to common to reduce visual clutter of 2014-04-18 14:03:42 +01:00
typeconversion.c Remove serial_cli.c's dependency on mw.h/board.h. 2014-04-23 20:42:38 +01:00
typeconversion.h Remove serial_cli.c's dependency on mw.h/board.h. 2014-04-23 20:42:38 +01:00