133 #if defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050U)
134 #define PACKED__ __attribute__((packed))
135 #define PACKED_STRUCT struct PACKED__
136 #else
137 #define PACKED__(TYPE) __packed TYPE
138 #define PACKED_STRUCT PACKED__(struct)
139 #endif
140#elif defined ( __GNUC__ )
141 #define PACKED__ __attribute__((packed))
142 #define PACKED_STRUCT struct PACKED__
143#elif defined (__ICCARM__)
144 #define PACKED_STRUCT __packed struct
145#elif
146 #define PACKED_STRUCT __packed struct
147#endif
148
149#ifdef __cplusplus
150 }
151#endif
152
153#endif /*__STM32_WPAN_COMMON_H */
154
155/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.