aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-17 18:44:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-17 18:44:03 +0000
commitc4a3d44d53f667cc73abf655542b2974a9b0bb93 (patch)
tree59e9882a4737bc42761406c8374b9b516e486f76 /os/ports/GCC
parent76ac6302c73df7ab7da020b3ce412d2bdeafb2ea (diff)
downloadChibiOS-c4a3d44d53f667cc73abf655542b2974a9b0bb93.tar.gz
ChibiOS-c4a3d44d53f667cc73abf655542b2974a9b0bb93.tar.bz2
ChibiOS-c4a3d44d53f667cc73abf655542b2974a9b0bb93.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4205 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC')
-rw-r--r--os/ports/GCC/ARMCMx/STM32F0xx/cmparams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32F0xx/cmparams.h b/os/ports/GCC/ARMCMx/STM32F0xx/cmparams.h
index d39b1c78f..cf06a3627 100644
--- a/os/ports/GCC/ARMCMx/STM32F0xx/cmparams.h
+++ b/os/ports/GCC/ARMCMx/STM32F0xx/cmparams.h
@@ -35,7 +35,7 @@
/**
* @brief Cortex core model.
*/
-#define CORTEX_MODEL CORTEX_M3
+#define CORTEX_MODEL CORTEX_M0
/**
* @brief Systick unit presence.