1
0
Fork 0
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:
dongie 2014-05-29 11:38:20 +09:00
parent 8b6ff25bdb
commit 3d39ece50f
9 changed files with 7 additions and 2291 deletions

View file

@ -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