diff options
-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 \
|