summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index dd82a8da75..ebf048419b 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -33,7 +33,7 @@
33#include "splash.h" 33#include "splash.h"
34#include "logf.h" 34#include "logf.h"
35 35
36#ifdef CONFIG_CHARGING 36#if CONFIG_CHARGING
37#include "power.h" 37#include "power.h"
38#endif 38#endif
39 39
@@ -406,7 +406,7 @@ static const struct plugin_api rockbox_api = {
406#ifndef SIMULATOR 406#ifndef SIMULATOR
407 battery_voltage, 407 battery_voltage,
408#endif 408#endif
409#ifdef CONFIG_CHARGING 409#if CONFIG_CHARGING
410 charger_inserted, 410 charger_inserted,
411# if CONFIG_CHARGING == CHARGING_MONITOR 411# if CONFIG_CHARGING == CHARGING_MONITOR
412 charging_state, 412 charging_state,