We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df4817 commit 81105cbCopy full SHA for 81105cb
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