Skip to content

Commit 09c52ea

Browse files
committed
Add SUPPORT_BATTERY_CHARGE_COUNTER to compile test
1 parent f41be3f commit 09c52ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/compile_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'SUPPORT_LIGHTS_SWITCH_MENU',
3939
'SUPPORT_MOTOR_GUESS',
4040
'SUPPORT_BATTERY_CHARGE_DETECTION',
41+
'SUPPORT_BATTERY_CHARGE_COUNTER',
4142
'SUPPORT_GEAR_SHIFT',
4243
]
4344

@@ -50,6 +51,7 @@
5051
'SUPPORT_PROFILE_SWITCH_MENU',
5152
'SUPPORT_FIRST_AID_MENU',
5253
'SUPPORT_BATTERY_CHARGE_DETECTION',
54+
'SUPPORT_BATTERY_CHARGE_COUNTER',
5355
]
5456

5557
def write_config_h(filename=CONFIG_H,
@@ -313,6 +315,7 @@ def test_max_config(self):
313315
'SUPPORT_FIRST_AID_MENU',
314316
'SUPPORT_MOTOR_GUESS',
315317
'SUPPORT_BATTERY_CHARGE_DETECTION',
318+
'SUPPORT_BATTERY_CHARGE_COUNTER',
316319
'SUPPORT_GEAR_SHIFT'
317320
]
318321
)
@@ -337,6 +340,7 @@ def test_max_config_fc20(self):
337340
'SUPPORT_FIRST_AID_MENU',
338341
'SUPPORT_MOTOR_GUESS',
339342
'SUPPORT_BATTERY_CHARGE_DETECTION',
343+
'SUPPORT_BATTERY_CHARGE_COUNTER',
340344
'SUPPORT_GEAR_SHIFT'
341345
]
342346
)

0 commit comments

Comments
 (0)