From 6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 20 Dec 2014 16:53:05 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7589 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/stm32_registry.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/hal/ports/STM32/STM32F1xx') diff --git a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h index bc09c7d59..474bf1332 100644 --- a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h @@ -582,6 +582,7 @@ /* USB attributes.*/ #define STM32_HAS_USB TRUE +#define STM32_USB_HAS_BCDR FALSE #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE /** @} */ @@ -756,6 +757,7 @@ /* USB attributes.*/ #define STM32_HAS_USB TRUE +#define STM32_USB_HAS_BCDR FALSE #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE /** @} */ @@ -930,6 +932,7 @@ /* USB attributes.*/ #define STM32_HAS_USB TRUE +#define STM32_USB_HAS_BCDR FALSE #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE /** @} */ -- cgit v1.2.3