diff options
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/Makefile b/demos/ARMCM4-STM32F407-DISCOVERY/Makefile index 28a823c16..d6c23ea1f 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/Makefile +++ b/demos/ARMCM4-STM32F407-DISCOVERY/Makefile @@ -67,7 +67,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk  include $(CHIBIOS)/test/test.mk
  # Define linker script file here
 -LDSCRIPT= $(PORTLD)/STM32F407xG.ld
 +LDSCRIPT= $(PORTLD)/STM32F407xG_CCM.ld
  # C sources that can be compiled in ARM or THUMB mode depending on the global
  # setting.
 | 
