diff options
Diffstat (limited to 'tinyusb/common/arch/arm_mx.h')
| -rw-r--r-- | tinyusb/common/arch/arm_mx.h | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/tinyusb/common/arch/arm_mx.h b/tinyusb/common/arch/arm_mx.h index 760eea9c9..ea4ac5f36 100644 --- a/tinyusb/common/arch/arm_mx.h +++ b/tinyusb/common/arch/arm_mx.h @@ -35,18 +35,22 @@ * This file is part of the tiny usb stack. */ +/** \file + * \brief ARM Cortex Mx Header + * + * \note TBD + */ + +/** \ingroup Group_Arch + * + * @{ + */ + #ifndef _TUSB_ARM_MX_H_ #define _TUSB_ARM_MX_H_ -#ifdef __cplusplus - extern "C" { -#endif - #define ENDIAN_LITTLE #define ALIGNMENT (4) -#ifdef __cplusplus - } -#endif - #endif /* _TUSB_ARM_MX_H_ */ +/// @} |
