From e75d8355a2376055fee414ef1786cb7dad4edc33 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 1 Aug 2015 19:58:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8139 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ext/CMSIS/include/core_cmInstr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/ext') diff --git a/os/ext/CMSIS/include/core_cmInstr.h b/os/ext/CMSIS/include/core_cmInstr.h index c8e045f56..de9f870fc 100644 --- a/os/ext/CMSIS/include/core_cmInstr.h +++ b/os/ext/CMSIS/include/core_cmInstr.h @@ -45,6 +45,11 @@ @{ */ +/* CHIBIOS FIX */ +#if !defined(__CORTEX_SC) +#define __CORTEX_SC 0 +#endif + #if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/ /* ARM armcc specific functions */ -- cgit v1.2.3