diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-03 18:26:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-03 18:26:26 +0000 |
commit | 9eec6932da472982c0443b94e26b12c70d363fa7 (patch) | |
tree | 88b2a9e9083fe24c401b9b2919d2a0bb4d2d23de /os | |
parent | 21fa4d3249f91c97a5fe4a958b681ea1352ff5df (diff) | |
download | ChibiOS-9eec6932da472982c0443b94e26b12c70d363fa7.tar.gz ChibiOS-9eec6932da472982c0443b94e26b12c70d363fa7.tar.bz2 ChibiOS-9eec6932da472982c0443b94e26b12c70d363fa7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4392 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ports/GCC/ARMCMx/STM32F0xx/port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32F0xx/port.mk b/os/ports/GCC/ARMCMx/STM32F0xx/port.mk index d8727e166..5cb296a2b 100644 --- a/os/ports/GCC/ARMCMx/STM32F0xx/port.mk +++ b/os/ports/GCC/ARMCMx/STM32F0xx/port.mk @@ -1,4 +1,4 @@ -# List of the ChibiOS/RT Cortex-M3 STM32 port files.
+# List of the ChibiOS/RT Cortex-M0 STM32 port files.
PORTSRC = $(CHIBIOS)/os/ports/GCC/ARMCMx/crt0.c \
$(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F0xx/vectors.c \
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
|