forked from Archive/PX4-Autopilot
Workaround to compile on FMUv1.
This commit is contained in:
parent
d9767eb100
commit
08b2c338f6
|
@ -114,6 +114,7 @@
|
|||
|
||||
#ifdef CONFIG_ARCH_BOARD_PX4FMU_V1
|
||||
#define ADC_BATTERY_VOLTAGE_CHANNEL 10
|
||||
#define ADC_BATTERY_CURRENT_CHANNEL -1
|
||||
#define ADC_AIRSPEED_VOLTAGE_CHANNEL 11
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue