Skip to content

Commit

Permalink
Update Zephyr MSDK Hal based on MSDK PR: analogdevicesinc/msdk#1180
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 23, 2024
1 parent 3e510bc commit 245ba3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MAX/Libraries/CMSIS/Device/Maxim/MAX32657/Include/max32657.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,12 @@ typedef enum {
#define __Vendor_SysTickConfig 0U /**< Is 1 if different SysTick counter is used */

#include <core_cm33.h>
#if (__CM_CMSIS_VERSION == 0x60000)
/* If CMSIS version 6.0 use cmsis_gcc_m.h */
#include <cmsis_gcc_m.h>
#else
#include <cmsis_gcc.h>
#endif
#include <arm_cmse.h>

#if defined(__GNUC__)
Expand Down
2 changes: 1 addition & 1 deletion MAX/msdk_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f931c56eb311d41a2bea0660e5f664bc44cc4a5b
cc12853835e1fa6d63fec43efc938f8cf36984ab

0 comments on commit 245ba3c

Please sign in to comment.