AP_BattMonitor: fix for HAL_SITL rename
This commit is contained in:
parent
7d9d594283
commit
8055e5792d
@ -39,7 +39,7 @@
|
||||
# define AP_BATT_CURR_PIN 3
|
||||
# define AP_BATT_VOLTDIVIDER_DEFAULT 10.1f
|
||||
# define AP_BATT_CURR_AMP_PERVOLT_DEFAULT 17.0f
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
# define AP_BATT_VOLT_PIN 13
|
||||
# define AP_BATT_CURR_PIN 12
|
||||
# define AP_BATT_VOLTDIVIDER_DEFAULT 10.1f
|
||||
|
Loading…
Reference in New Issue
Block a user