diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 9b620b1..9067097 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -525,6 +525,13 @@ static const struct plugin_api rockbox_api = { file_exists, dir_exists, + +#ifdef HAVE_REMOTE_LCD + remote_backlight_set_timeout, +#if CONFIG_CHARGING + remote_backlight_set_timeout_plugged, +#endif +#endif /* HAVE_REMOTE_LCD */ }; int plugin_load(const char* plugin, void* parameter) |