From 33bc5b92e6dbed9cbbb4d4916e3ecbe74308538c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 17 Apr 2016 14:57:13 +0000 Subject: [PATCH] RoccoMarco take note of this commit. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9310 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F303-DISCOVERY/.project | 2 +- os/hal/ports/STM32/STM32F4xx/stm32_registry.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/STM32/RT-STM32F303-DISCOVERY/.project b/demos/STM32/RT-STM32F303-DISCOVERY/.project index e0220a2dd..774223457 100644 --- a/demos/STM32/RT-STM32F303-DISCOVERY/.project +++ b/demos/STM32/RT-STM32F303-DISCOVERY/.project @@ -27,7 +27,7 @@ board 2 - C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_STM32F3_DISCOVERY + CHIBIOS/os/hal/boards/ST_STM32F3_DISCOVERY os diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h index 9b9238359..78f389b38 100644 --- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h @@ -30,7 +30,6 @@ #define STM32F4XX #elif defined(STM32F446xx) -#define STM32F446xx #define STM32F4XX #elif defined(STM32F439xx) || defined(STM32F429xx)