mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Move FY90q acc/gyro code to accgyro_fy90q.c. Update ADC drivers so they
do not include "board.h". It is now clear what all ADC drivers need to compile and what was unnecessarily included before. Note: FY90Q make target now compiles successfully, it was broken for various reasons before.
This commit is contained in:
parent
5442f8ea41
commit
001de4cdf3
10 changed files with 139 additions and 83 deletions
|
@ -58,7 +58,11 @@ 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", "SOFTSERIAL", "LED_RING", "GPS",
|
||||
"SERVO_TILT",
|
||||
#ifndef FY90Q
|
||||
"SOFTSERIAL",
|
||||
#endif
|
||||
"LED_RING", "GPS",
|
||||
"FAILSAFE", "SONAR", "TELEMETRY", "POWERMETER", "VARIO", "3D",
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue