mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Remove FY90Q support. Dead hardware, not even available anymore, and doesn't offer anything over already cheap acroafro.
This commit is contained in:
parent
8b6ff25bdb
commit
3d39ece50f
9 changed files with 7 additions and 2291 deletions
|
@ -13,6 +13,3 @@ typedef struct drv_adc_config_t {
|
|||
|
||||
void adcInit(drv_adc_config_t *init);
|
||||
uint16_t adcGetChannel(uint8_t channel);
|
||||
#ifdef FY90Q
|
||||
void adcSensorInit(sensor_t *acc, sensor_t *gyro);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue