summaryrefslogtreecommitdiff
path: root/firmware/export/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r--firmware/export/usb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index d723f85b1a..b7b846d5b3 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -107,9 +107,7 @@
107/* Messages from usb_tick and thread states */ 107/* Messages from usb_tick and thread states */
108enum 108enum
109{ 109{
110#ifdef HAVE_LCD_BITMAP
111 USB_SCREENDUMP = -1, /* State */ 110 USB_SCREENDUMP = -1, /* State */
112#endif
113 USB_EXTRACTED = 0, /* Event+State */ 111 USB_EXTRACTED = 0, /* Event+State */
114 USB_INSERTED, /* Event+State */ 112 USB_INSERTED, /* Event+State */
115 USB_POWERED, /* State - transitional indicator if no host */ 113 USB_POWERED, /* State - transitional indicator if no host */