From 52d298044f087ba726d2717bafb215fad362e347 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Tue, 24 Mar 2009 21:59:44 +0000 Subject: Enable the charging_status function also for targets with target-specific battery charging. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20521 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index ae32aca..c0cdbd8 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -519,7 +519,7 @@ static const struct plugin_api rockbox_api = { #endif #if CONFIG_CHARGING charger_inserted, -# if CONFIG_CHARGING == CHARGING_MONITOR +# if CONFIG_CHARGING >= CHARGING_MONITOR charging_state, # endif #endif -- cgit v1.1