diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index d5607aa..7d92998 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -169,8 +169,8 @@ static const struct plugin_api rockbox_api = { lcd_remote_update, lcd_remote_update_rect, - lcd_remote_backlight_on, - lcd_remote_backlight_off, + remote_backlight_on, + remote_backlight_off, #endif /* button */ button_get, |