1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Fixing FY90Q build. Cleanup of printf support and initialisation.

Remove duplicate inclusion of math.h in board.h.
This commit is contained in:
Dominic Clifton 2014-04-17 17:33:07 +01:00
parent 89612bd881
commit 7e45a0c7e6
9 changed files with 61 additions and 41 deletions

View file

@ -61,11 +61,7 @@ static const char * const mixerNames[] = {
// sync this with AvailableFeatures enum from board.h
static const char * const featureNames[] = {
"PPM", "VBAT", "INFLIGHT_ACC_CAL", "SERIALRX", "MOTOR_STOP",
"SERVO_TILT",
#ifndef FY90Q
"SOFTSERIAL",
#endif
"LED_RING", "GPS",
"SERVO_TILT", "SOFTSERIAL", "LED_RING", "GPS",
"FAILSAFE", "SONAR", "TELEMETRY", "POWERMETER", "VARIO", "3D",
NULL
};