summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index daab88eda1..a48a65dfbb 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -510,7 +510,7 @@ struct plugin_api {
510#ifndef SIMULATOR 510#ifndef SIMULATOR
511 unsigned int (*battery_voltage)(void); 511 unsigned int (*battery_voltage)(void);
512#endif 512#endif
513#ifdef CONFIG_CHARGING 513#if CONFIG_CHARGING
514 bool (*charger_inserted)(void); 514 bool (*charger_inserted)(void);
515# if CONFIG_CHARGING == CHARGING_MONITOR 515# if CONFIG_CHARGING == CHARGING_MONITOR
516 bool (*charging_state)(void); 516 bool (*charging_state)(void);