diff options
| author | hathach <[email protected]> | 2021-07-15 20:47:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-15 20:47:50 +0700 |
| commit | daca9e520bce0b4eb5882c5692986ec5c513f319 (patch) | |
| tree | c8ce4a1c2004dccd0ca9edf21b70f3cf34b5554b /src/common | |
| parent | b4fde90b5518c4e92750af2e27eae598267ad8cf (diff) | |
wrap up DFU update
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index fc1035e2c..eab67ebd5 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -449,7 +449,7 @@ typedef struct TU_ATTR_PACKED /*------------------------------------------------------------------*/ /* Types *------------------------------------------------------------------*/ -typedef struct TU_ATTR_PACKED TU_ATTR_ALIGNED(4) { +typedef struct TU_ATTR_PACKED { union { struct TU_ATTR_PACKED { uint8_t recipient : 5; ///< Recipient type tusb_request_recipient_t. |
