[Bug] Fix usb_endpoint_interface_lut
multiple def compile err (#25378)
This commit is contained in:
parent
7f9ceef3dd
commit
096696d86d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ typedef enum {
|
||||||
|
|
||||||
#define IS_VALID_USB_ENDPOINT_IN_LUT(i) ((i) >= 0 && (i) < USB_ENDPOINT_IN_COUNT)
|
#define IS_VALID_USB_ENDPOINT_IN_LUT(i) ((i) >= 0 && (i) < USB_ENDPOINT_IN_COUNT)
|
||||||
|
|
||||||
usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES];
|
extern usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES];
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
#if defined(RAW_ENABLE)
|
#if defined(RAW_ENABLE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue