mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
changed #elif to #else, to build on all targets
This commit is contained in:
@@ -237,7 +237,7 @@ uint32_t px4_arch_adc_temp_sensor_mask()
|
||||
{
|
||||
#ifdef ADC_INTERNAL_TEMP_SENSOR_CHANNEL
|
||||
return 1 << ADC_INTERNAL_TEMP_SENSOR_CHANNEL;
|
||||
#elif
|
||||
#else
|
||||
return 1 << 16;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user