add TU_ prefix to compiler ATTR to prevent name conflict with application
This commit is contained in:
@@ -52,7 +52,7 @@ typedef enum
|
||||
USBD_EVENT_FUNC_CALL
|
||||
} dcd_eventid_t;
|
||||
|
||||
typedef struct ATTR_ALIGNED(4)
|
||||
typedef struct TU_ATTR_ALIGNED(4)
|
||||
{
|
||||
uint8_t rhport;
|
||||
uint8_t event_id;
|
||||
|
Reference in New Issue
Block a user