summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 987709ce72..c4cb917c1f 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -748,6 +748,10 @@ struct user_settings
748 int list_accel_start_delay; /* ms before we start increaseing step size */ 748 int list_accel_start_delay; /* ms before we start increaseing step size */
749 int list_accel_wait; /* ms between increases */ 749 int list_accel_wait; /* ms between increases */
750#endif 750#endif
751#ifdef HAVE_USBSTACK
752 int usb_stack_mode; /* device or host */
753 unsigned char usb_stack_device_driver[32]; /* usb device driver to load */
754#endif
751}; 755};
752 756
753/** global variables **/ 757/** global variables **/