supervisor: usb: note that it's unusual to need to call usb_background
This commit is contained in:
parent
1df48176ce
commit
81105cb9ef
@ -29,8 +29,10 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
// Ports must call this as frequently as they can in order to keep the USB connection
|
// Ports must call this as frequently as they can in order to keep the USB
|
||||||
// alive and responsive.
|
// connection alive and responsive. Normally this is called from background
|
||||||
|
// tasks after the USB IRQ handler is executed, but in specific circumstances
|
||||||
|
// it may be necessary to call it directly.
|
||||||
void usb_background(void);
|
void usb_background(void);
|
||||||
|
|
||||||
// Ports must call this from their particular USB IRQ handler
|
// Ports must call this from their particular USB IRQ handler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user