summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index f1c2c64d23..fc96c67166 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -23,7 +23,7 @@
23 23
24void usb_init(void); 24void usb_init(void);
25void usb_start_monitoring(void); 25void usb_start_monitoring(void);
26void usb_acknowledge(int id); 26void usb_acknowledge(long id);
27void usb_wait_for_disconnect(struct event_queue *q); 27void usb_wait_for_disconnect(struct event_queue *q);
28int usb_wait_for_disconnect_w_tmo(struct event_queue *q, int ticks); 28int usb_wait_for_disconnect_w_tmo(struct event_queue *q, int ticks);
29bool usb_inserted(void); /* return the official value, what's been reported to the threads */ 29bool usb_inserted(void); /* return the official value, what's been reported to the threads */