summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index fa5993d97f..7ce91bbf99 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -345,8 +345,8 @@ struct plugin_api {
345#ifdef HAS_BUTTON_HOLD 345#ifdef HAS_BUTTON_HOLD
346 bool (*button_hold)(void); 346 bool (*button_hold)(void);
347#endif 347#endif
348#ifdef HAVE_TOUCHPAD 348#ifdef HAVE_TOUCHSCREEN
349 void (*touchpad_set_mode)(enum touchpad_mode); 349 void (*touchscreen_set_mode)(enum touchscreen_mode);
350#endif 350#endif
351#ifdef HAVE_BUTTON_LIGHT 351#ifdef HAVE_BUTTON_LIGHT
352 void (*buttonlight_set_timeout)(int value); 352 void (*buttonlight_set_timeout)(int value);