diff options
| author | Damien George | 2019-07-09 11:32:12 +1000 |
|---|---|---|
| committer | Damien George | 2019-07-09 11:32:12 +1000 |
| commit | d43dd886a5d072f49d5c27779199f3e233d6afb5 (patch) | |
| tree | 847bd639ca579dd6d4c1878ec5e903d0030dcab9 | |
| parent | c24d81119c4e34936e2c8be1e7c7aa79a71e0d14 (diff) | |
stm32/boards/NUCLEO_F413ZH: Remove STARTUP_FILE, it's defined globally.
The Makefile now defines this variable to the correct value (but it can
still be overridden by a board if necessary).
| -rw-r--r-- | ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.mk b/ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.mk index efc05dba8..7d8ea6bf6 100644 --- a/ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.mk +++ b/ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.mk @@ -1,6 +1,5 @@ MCU_SERIES = f4 CMSIS_MCU = STM32F413xx -STARTUP_FILE = boards/startup_stm32f413xx.o AF_FILE = boards/stm32f413_af.csv LD_FILES = boards/stm32f413xh.ld boards/common_ifs.ld TEXT0_ADDR = 0x08000000 |
