AP_BattMonitor: fix for HAL_SITL rename

This commit is contained in:
Andrew Tridgell 2015-05-04 16:16:12 +10:00
parent 7d9d594283
commit 8055e5792d

View File

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