mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-22 11:32:05 +08:00
Sensors: Fix build error with battery voltage scaling param
This commit is contained in:
@@ -1810,7 +1810,6 @@ PARAM_DEFINE_INT32(BAT_V_SCALE_IO, 10000);
|
||||
/**
|
||||
* Scaling factor for battery voltage sensor on FMU v2.
|
||||
*
|
||||
* @board CONFIG_ARCH_BOARD_PX4FMU_V2
|
||||
* @group Battery Calibration
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(BAT_V_SCALING, -1.0f);
|
||||
|
||||
Reference in New Issue
Block a user