summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-22 17:07:39 +0700
committerhathach <[email protected]>2021-07-22 17:07:39 +0700
commit4e50ceba48c15206543fe662f098a98152ef4235 (patch)
tree9b4f0ee3235dc258e65a1a1cab77fde272bb8458 /src/portable
parentb35ad6edcb8b723c481246532349d21b35c46ac1 (diff)
rename packed begin/end
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/renesas/usba/dcd_usba.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/renesas/usba/dcd_usba.c b/src/portable/renesas/usba/dcd_usba.c
index 67b92dc89..0c206fdd0 100644
--- a/src/portable/renesas/usba/dcd_usba.c
+++ b/src/portable/renesas/usba/dcd_usba.c
@@ -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
{