Browse Source

Core(A): Fixed GCC __ASM macro __asm. (#593)

Change-Id: I7c093ee59133665b438aaee2a78ac7a33b615001
Jonatan Antoni 6 years ago
parent
commit
5bf4e4a9a6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CMSIS/Core_A/Include/cmsis_gcc.h

+ 3 - 3
CMSIS/Core_A/Include/cmsis_gcc.h

@@ -1,8 +1,8 @@
 /**************************************************************************//**
  * @file     cmsis_gcc.h
  * @brief    CMSIS compiler specific macros, functions, instructions
- * @version  V1.1.1
- * @date     15. May 2019
+ * @version  V1.2.0
+ * @date     17. May 2019
  ******************************************************************************/
 /*
  * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
@@ -39,7 +39,7 @@
 /* CMSIS compiler specific defines */
 
 #ifndef   __ASM
-  #define __ASM                                  asm
+  #define __ASM                                  __asm
 #endif
 #ifndef   __INLINE
   #define __INLINE                               inline