diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 08:11:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 08:11:05 +0000 |
commit | c047b2198006076a00ebfe9cff9e8537aeb8ca96 (patch) | |
tree | 27f4f75da18a4e2da34fc4ae6a37eeb24b21fcdb /os/ports/GCC/ARMCM3 | |
parent | 3bc41906b36968c2a2e7a753e572e7067fa737a3 (diff) | |
download | ChibiOS-c047b2198006076a00ebfe9cff9e8537aeb8ca96.tar.gz ChibiOS-c047b2198006076a00ebfe9cff9e8537aeb8ca96.tar.bz2 ChibiOS-c047b2198006076a00ebfe9cff9e8537aeb8ca96.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1825 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCM3')
-rw-r--r-- | os/ports/GCC/ARMCM3/chcore.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/os/ports/GCC/ARMCM3/chcore.h b/os/ports/GCC/ARMCM3/chcore.h index b844fbffb..ac8ab021b 100644 --- a/os/ports/GCC/ARMCM3/chcore.h +++ b/os/ports/GCC/ARMCM3/chcore.h @@ -34,13 +34,6 @@ /* Port constants. */
/*===========================================================================*/
-/**
- * @brief Port implementing a exception mode context switching.
- * @details This macro can be used to differentiate this port from the other
- * Cortex-Mx port which defines @p CORTEX_PORT_MODE_EXOSWITCH.
- */
-#define CORTEX_PORT_MODE_ENDOSWITCH
-
#define CORTEX_M0 0 /**< @brief Cortex-M0 variant. */
#define CORTEX_M1 1 /**< @brief Cortex-M1 variant. */
#define CORTEX_M3 3 /**< @brief Cortex-M3 variant. */
@@ -55,7 +48,6 @@ #error "unknown or unsupported Cortex-M model"
#endif
-
/*===========================================================================*/
/* Port derived parameters. */
/*===========================================================================*/
|