GCS_MAVLink: default support for BATTERY2 sending to off

replaced by BATTERY_STATUS
This commit is contained in:
Peter Barker 2024-05-24 10:55:01 +10:00 committed by Andrew Tridgell
parent f5e7bfcc48
commit a669249416
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// BATTERY2 is slated to be removed:
#ifndef AP_MAVLINK_BATTERY2_ENABLED
#define AP_MAVLINK_BATTERY2_ENABLED 1
#define AP_MAVLINK_BATTERY2_ENABLED 0
#endif
#ifndef HAL_HIGH_LATENCY2_ENABLED