diff options
Diffstat (limited to 'ports/stm32f4/makefile')
| -rw-r--r-- | ports/stm32f4/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32f4/makefile b/ports/stm32f4/makefile index 7efd5cc..5a32ead 100644 --- a/ports/stm32f4/makefile +++ b/ports/stm32f4/makefile @@ -1,10 +1,10 @@ # Makefile for the STM32F4 port # These variables are dependent on the target MCU -LDSCRIPT=STM32F401CCUx_FLASH.ld -ASM_FILE=startup_stm32f401xc.s +LDSCRIPT=STM32F405RGTx_FLASH.ld +ASM_FILE=startup_stm32f405xx.s C_DEFS += \ --DSTM32F401xC +-DSTM32F405xx FLOAT-ABI = -mfloat-abi=hard CPU = -mcpu=cortex-m4 |
