[Core] Refactor ChibiOS USB endpoints to be fully async (#21656)
This commit is contained in:
@ -196,6 +196,8 @@ enum usb_interfaces {
|
||||
TOTAL_INTERFACES
|
||||
};
|
||||
|
||||
#define IS_VALID_INTERFACE(i) ((i) >= 0 && (i) < TOTAL_INTERFACES)
|
||||
|
||||
#define NEXT_EPNUM __COUNTER__
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user