aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-17 07:03:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-17 07:03:38 +0000
commit90fe183e6e673c43a1fc91fe4a72a145f0f0d30a (patch)
treea8f98718d714485b9c881403967c6395cc5e41e4
parent0e8b117bd610f49c10021defa3d5fbffe07d4adb (diff)
downloadChibiOS-90fe183e6e673c43a1fc91fe4a72a145f0f0d30a.tar.gz
ChibiOS-90fe183e6e673c43a1fc91fe4a72a145f0f0d30a.tar.bz2
ChibiOS-90fe183e6e673c43a1fc91fe4a72a145f0f0d30a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4679 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/OTGv1/stm32_otg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/OTGv1/stm32_otg.h b/os/hal/platforms/STM32/OTGv1/stm32_otg.h
index bf45d4bc4..f0e3587f6 100644
--- a/os/hal/platforms/STM32/OTGv1/stm32_otg.h
+++ b/os/hal/platforms/STM32/OTGv1/stm32_otg.h
@@ -426,6 +426,7 @@ typedef struct {
* @name GCCFG register bit definitions
* @{
*/
+#define GCCFG_NOVBUSSENS (1U<<21) /**< VBUS sensing disable. */
#define GCCFG_SOFOUTEN (1U<<20) /**< SOF output enable. */
#define GCCFG_VBUSBSEN (1U<<19) /**< Enable the VBUS sensing "B"
device. */