diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 1935297..9d46ea4 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -132,6 +132,9 @@ static const struct plugin_api rockbox_api = { backlight_on, backlight_off, backlight_set_timeout, +#if CONFIG_CHARGING + backlight_set_timeout_plugged, +#endif gui_syncsplash, #ifdef HAVE_REMOTE_LCD /* remote lcd */ |