Skip to content

Commit af78e62

Browse files
authored
fix(CMSIS): Enable unaligned access for MAX32657 (#1434)
1 parent ac7541a commit af78e62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Libraries/CMSIS/Device/Maxim/MAX32657/Include

Libraries/CMSIS/Device/Maxim/MAX32657/Include/max32657.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ typedef enum {
150150
#define __VTOR_PRESENT 1U /**< Presence of VTOR register in SCB */
151151
#define __NVIC_PRIO_BITS 3U /**< NVIC interrupt priority bits */
152152
#define __Vendor_SysTickConfig 0U /**< Is 1 if different SysTick counter is used */
153+
#define __ARM_FEATURE_UNALIGNED 1U /**< Enable unaligned access support */
153154

154155
#include <core_cm33.h>
155156
#if (__CM_CMSIS_VERSION == 0x60000)

0 commit comments

Comments
 (0)