Skip to content

Commit

Permalink
CMSIS-Core(M): CMSIS_DEPRECATED for IAR
Browse files Browse the repository at this point in the history
  • Loading branch information
josepho0918 authored and JonatanAntoni committed Jun 3, 2024
1 parent ca9a052 commit a9dcc82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMSIS/Core/Include/m-profile/cmsis_iccarm_m.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@
#define __STATIC_FORCEINLINE __FORCEINLINE __STATIC_INLINE
#endif

#ifndef CMSIS_DEPRECATED
#define CMSIS_DEPRECATED __attribute__((deprecated))
#endif

#ifndef __UNALIGNED_UINT16_READ
#pragma language=save
#pragma language=extended
Expand Down

0 comments on commit a9dcc82

Please sign in to comment.