summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ae32aca2c5..c0cdbd8c27 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -519,7 +519,7 @@ static const struct plugin_api rockbox_api = {
519#endif 519#endif
520#if CONFIG_CHARGING 520#if CONFIG_CHARGING
521 charger_inserted, 521 charger_inserted,
522# if CONFIG_CHARGING == CHARGING_MONITOR 522# if CONFIG_CHARGING >= CHARGING_MONITOR
523 charging_state, 523 charging_state,
524# endif 524# endif
525#endif 525#endif