From c2d9fe8a0a4364cf2ea2aa3321f7882415d9326f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 24 Aug 2012 12:25:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4623 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/RVCT/ARMCMx/chtypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/ports/RVCT/ARMCMx') diff --git a/os/ports/RVCT/ARMCMx/chtypes.h b/os/ports/RVCT/ARMCMx/chtypes.h index b9baf2502..8619dcdfe 100644 --- a/os/ports/RVCT/ARMCMx/chtypes.h +++ b/os/ports/RVCT/ARMCMx/chtypes.h @@ -61,15 +61,15 @@ typedef int32_t cnt_t; /**< Resources counter. */ /** * @brief Packed structure modifier (within). - * @note It uses the "packed" GCC attribute. + * @note Empty in this port. */ -#define PACK_STRUCT_STRUCT __attribute__((packed)) +#define PACK_STRUCT_STRUCT /** * @brief Packed structure modifier (before). * @note Empty in this port. */ -#define PACK_STRUCT_BEGIN +#define PACK_STRUCT_BEGIN __packed /** * @brief Packed structure modifier (after). -- cgit v1.2.3