We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7541a commit af78e62Copy full SHA for af78e62
1 file changed
Libraries/CMSIS/Device/Maxim/MAX32657/Include/max32657.h
@@ -150,6 +150,7 @@ typedef enum {
150
#define __VTOR_PRESENT 1U /**< Presence of VTOR register in SCB */
151
#define __NVIC_PRIO_BITS 3U /**< NVIC interrupt priority bits */
152
#define __Vendor_SysTickConfig 0U /**< Is 1 if different SysTick counter is used */
153
+#define __ARM_FEATURE_UNALIGNED 1U /**< Enable unaligned access support */
154
155
#include <core_cm33.h>
156
#if (__CM_CMSIS_VERSION == 0x60000)
0 commit comments