diff options
author | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-01-04 16:04:34 +0000 |
---|---|---|
committer | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-01-04 16:04:34 +0000 |
commit | ec8fcc30ca9be56cbc73255202cc91807f6aad85 (patch) | |
tree | 8b2a354a22dfc0eca6c87ee8ceedc6617124b702 /os | |
parent | 44fd241085f8d5d08d0075998ff06ef5b04502e4 (diff) | |
download | ChibiOS-ec8fcc30ca9be56cbc73255202cc91807f6aad85.tar.gz ChibiOS-ec8fcc30ca9be56cbc73255202cc91807f6aad85.tar.bz2 ChibiOS-ec8fcc30ca9be56cbc73255202cc91807f6aad85.zip |
Fixed Bug #809
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10016 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/STM32F0xx/stm32_registry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h index 5e8b6532a..028ac219b 100644 --- a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h @@ -250,7 +250,6 @@ #define STM32_HAS_TIM2 FALSE
#define STM32_HAS_TIM4 FALSE
#define STM32_HAS_TIM5 FALSE
-#define STM32_HAS_TIM7 FALSE
#define STM32_HAS_TIM8 FALSE
#define STM32_HAS_TIM9 FALSE
#define STM32_HAS_TIM10 FALSE
|