From 5e1b03313dd5ae927afe89eaee9588e71fcf7770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Hern=C3=A1ndez?= <shernand@iri.upc.edu> Date: Thu, 13 Mar 2014 22:22:34 +0000 Subject: [PATCH] Removed the last reference to the CCMRAM section from the F1 linker scripts First working version of the darwin_robot firmware --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 854ba85..a13c7da 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include ../../STM32_processor/libraries/f4/select_processor.mk STM32_LIB_PATH = ../../STM32_processor/libraries/f4/stm32_lib STM32_DSP_LIB_PATH = ../../STM32_processor/libraries/f4/stm32_dsp_lib -DYNAMIXEL_LIB_PATH = ../../STM32_processor/libraries/dynamixel +DYNAMIXEL_LIB_PATH = ../../STM32_processor/libraries/f4/dynamixel STM32_STARTUP_FILES_PATH = ../../STM32_processor/startup/f4 STM32_LINKER_SCRIPTS_PATH = ../../STM32_processor/libraries/f4/linker_scripts BUILD_PATH=build -- GitLab