We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2b594 commit b445814Copy full SHA for b445814
supervisor/usb.h
@@ -29,8 +29,10 @@
29
30
#include <stdbool.h>
31
32
-// Ports must call this as frequently as they can in order to keep the USB connection
33
-// alive and responsive.
+// Ports must call this as frequently as they can in order to keep the USB
+// connection alive and responsive. Normally this is called from background
34
+// tasks after the USB IRQ handler is executed, but in specific circumstances
35
+// it may be necessary to call it directly.
36
void usb_background(void);
37
38
// Ports must call this from their particular USB IRQ handler
0 commit comments