Skip to content

Commit c891ace

Browse files
allemanmdanieldegrasse
authored andcommitted
samples: drivers: charger: fix typo in sample Kconfig
The sample was not able to build because of a typo in Kconfig when enabling CONFIG_CHARGER_DISCHARGE_CURRENT_NOTIFICATIONS Signed-off-by: Matthias Alleman <[email protected]>
1 parent 5f9d438 commit c891ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/drivers/charger/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
mainmenu "Charger application"
77

8-
if CHARGER_DISCHAGRE_CURRENT_NOTIFICATIONS
8+
if CHARGER_DISCHARGE_CURRENT_NOTIFICATIONS
99

1010
config APP_DISCHARGE_CURRENT_NOTIFICATION_THRESHOLD_UA
1111
int "Discharge notification threshold in µA"
1212

1313
config APP_DISCHARGE_CURRENT_NOTIFICATION_DURATION_US
1414
int "Excess discharge duration in µsec"
1515

16-
endif # CHARGER_DISCHAGRE_CURRENT_NOTIFICATIONS
16+
endif # CHARGER_DISCHARGE_CURRENT_NOTIFICATIONS
1717

1818
config APP_SYSTEM_VOLTAGE_NOTIFICATION_THRESHOLD_UV
1919
int "System voltage notification falling threshold in µV"

0 commit comments

Comments
 (0)