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 7f54601..6889248 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -237,8 +237,8 @@ static const struct plugin_api rockbox_api = { #ifdef HAS_BUTTON_HOLD button_hold, #endif -#ifdef HAVE_TOUCHPAD - touchpad_set_mode, +#ifdef HAVE_TOUCHSCREEN + touchscreen_set_mode, #endif #ifdef HAVE_BUTTON_LIGHT |