diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-20 10:04:44 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-20 10:04:44 +0000 |
commit | 15f4e5c3f36595e9fb03a9143fe6d52183700220 (patch) | |
tree | fb4a5449c285afbf946f23f11688af5adc6f4192 /os/hal/ports/STM32/STM32L4xx | |
parent | 190694efa4571da760e0514880db45f9a779e1c1 (diff) | |
download | ChibiOS-15f4e5c3f36595e9fb03a9143fe6d52183700220.tar.gz ChibiOS-15f4e5c3f36595e9fb03a9143fe6d52183700220.tar.bz2 ChibiOS-15f4e5c3f36595e9fb03a9143fe6d52183700220.zip |
Tentative workaround for L4 OTG driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10453 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h index 21675ff93..880f4362e 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h @@ -727,6 +727,7 @@ #define STM32_HAS_UART8 FALSE
/* USB attributes.*/
+#define STM32_OTG_SEQUENCE_WORKAROUND
#define STM32_OTG_STEPPING 2
#define STM32_HAS_OTG1 TRUE
#define STM32_OTG1_ENDPOINTS 5
|