diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-06 07:28:46 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-06 07:28:46 +0000 |
commit | 38416ed55e952de9898c5269c7c6cea8821e2bc3 (patch) | |
tree | 91b0fa47c217152a6e170aa228b6e846482a04f9 | |
parent | 07301189b4c05b6fd0092fc08c6430627dde3abb (diff) | |
download | ChibiOS-38416ed55e952de9898c5269c7c6cea8821e2bc3.tar.gz ChibiOS-38416ed55e952de9898c5269c7c6cea8821e2bc3.tar.bz2 ChibiOS-38416ed55e952de9898c5269c7c6cea8821e2bc3.zip |
Wrong line in STM32F469xx registry
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9596 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/STM32/STM32F4xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h index 7cb24e4de..66988cbd0 100644 --- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h @@ -419,7 +419,7 @@ #define STM32_HAS_USB FALSE
-/* IWDG attributes.*/2
+/* IWDG attributes.*/
#define STM32_HAS_IWDG TRUE
#define STM32_IWDG_IS_WINDOWED FALSE
|