Skip to content

Commit a3ada15

Browse files
committed
hwdef: default BATTERY_INFO off
1 parent 617297c commit a3ada15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_periph.h

+3
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@
278278
#ifndef AP_PERIPH_BATTERY_BALANCE_ENABLED
279279
#define AP_PERIPH_BATTERY_BALANCE_ENABLED 0
280280
#endif
281+
#ifndef AP_PERIPH_BATTERY_INFO_ENABLED
282+
#define AP_PERIPH_BATTERY_INFO_ENABLED 0
283+
#endif
281284
#ifndef AP_PERIPH_PROXIMITY_ENABLED
282285
#define AP_PERIPH_PROXIMITY_ENABLED 0
283286
#endif

0 commit comments

Comments
 (0)