aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCM3
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-31 20:35:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-31 20:35:16 +0000
commit3bc41906b36968c2a2e7a753e572e7067fa737a3 (patch)
tree8ad4e6d54d71cf4dbf4be342b0a0432296dca466 /os/ports/GCC/ARMCM3
parent803fbc154737e527386cfd56e706c7b8f9a152e8 (diff)
downloadChibiOS-3bc41906b36968c2a2e7a753e572e7067fa737a3.tar.gz
ChibiOS-3bc41906b36968c2a2e7a753e572e7067fa737a3.tar.bz2
ChibiOS-3bc41906b36968c2a2e7a753e572e7067fa737a3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1823 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCM3')
-rw-r--r--os/ports/GCC/ARMCM3/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCM3/chcore.h b/os/ports/GCC/ARMCM3/chcore.h
index e627d2302..b844fbffb 100644
--- a/os/ports/GCC/ARMCM3/chcore.h
+++ b/os/ports/GCC/ARMCM3/chcore.h
@@ -131,7 +131,7 @@
* @brief BASEPRI user level.
*/
#ifndef CORTEX_BASEPRI_USER
-#define CORTEX_BASEPRI_USER CORTEX_PRIORITY_MASK(0)
+#define CORTEX_BASEPRI_USER 0
#endif
/**