rename packed begin/end

This commit is contained in:
hathach
2021-07-22 17:07:39 +07:00
parent b35ad6edcb
commit 4e50ceba48
4 changed files with 18 additions and 18 deletions

View File

@@ -120,7 +120,7 @@ typedef union {
} hw_fifo_t;
TU_BIT_FIELD_ORDER_END
TU_PACK_STRUCT_BEGIN // Start of definition of packed structs (used by the CCRX toolchain)
TU_ATTR_PACKED_BEGIN // Start of definition of packed structs (used by the CCRX toolchain)
TU_BIT_FIELD_ORDER_BEGIN
typedef struct TU_ATTR_PACKED
@@ -135,7 +135,7 @@ typedef struct TU_ATTR_PACKED
} pipe_state_t;
TU_BIT_FIELD_ORDER_END
TU_PACK_STRUCT_END // End of definition of packed structs (used by the CCRX toolchain)
TU_ATTR_PACKED_END // End of definition of packed structs (used by the CCRX toolchain)
typedef struct
{