diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-20 16:53:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-20 16:53:05 +0000 |
commit | 6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6 (patch) | |
tree | 04d85548e943d1434d088b815f307ffde222f75c /os/hal/ports/STM32/STM32F37x | |
parent | 2e7aee242c1df1223b46abaaef063b0bbccd77e9 (diff) | |
download | ChibiOS-6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6.tar.gz ChibiOS-6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6.tar.bz2 ChibiOS-6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7589 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F37x')
-rw-r--r-- | os/hal/ports/STM32/STM32F37x/stm32_registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F37x/stm32_registry.h b/os/hal/ports/STM32/STM32F37x/stm32_registry.h index 08c940a39..e0a38489a 100644 --- a/os/hal/ports/STM32/STM32F37x/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F37x/stm32_registry.h @@ -206,6 +206,7 @@ /* USB attributes.*/
#define STM32_HAS_USB TRUE
+#define STM32_USB_HAS_BCDR FALSE
#define STM32_HAS_OTG1 FALSE
#define STM32_HAS_OTG2 FALSE
#endif /* defined(STM32F373xC) */
|