diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-17 14:57:13 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-17 14:57:13 +0000 |
commit | 33bc5b92e6dbed9cbbb4d4916e3ecbe74308538c (patch) | |
tree | ced20619e3f53d212f81c351cbbe5750bf710823 /os/hal/ports/STM32/STM32F4xx | |
parent | f7ef558614b90137f78dd1ddfeb0638bdd04dd32 (diff) | |
download | ChibiOS-33bc5b92e6dbed9cbbb4d4916e3ecbe74308538c.tar.gz ChibiOS-33bc5b92e6dbed9cbbb4d4916e3ecbe74308538c.tar.bz2 ChibiOS-33bc5b92e6dbed9cbbb4d4916e3ecbe74308538c.zip |
RoccoMarco take note of this commit.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9310 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx')
-rw-r--r-- | os/hal/ports/STM32/STM32F4xx/stm32_registry.h | 1 |
1 files changed, 0 insertions, 1 deletions
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)
|