Skip to content

Commit 0bfefcd

Browse files
committed
hwdef: default BATTERY_INFO off
1 parent 2d72505 commit 0bfefcd

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

Lines changed: 3 additions & 0 deletions
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)