STM32: fixed STM32_OTG_STEPPING for STM32F405
bizarrely, this caused USB disconnects when writing to PA9 (USART1_TX) on a STM32F405 which had USB on PA11/PA12 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14764 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
03d810ab0c
commit
0a02efcf3d
|
@ -2857,7 +2857,7 @@
|
|||
#define STM32_HAS_LPUART1 FALSE
|
||||
|
||||
/* USB attributes.*/
|
||||
#define STM32_OTG_STEPPING 1
|
||||
#define STM32_OTG_STEPPING 2
|
||||
#define STM32_HAS_OTG1 TRUE
|
||||
#define STM32_OTG1_ENDPOINTS 3
|
||||
#define STM32_HAS_OTG2 TRUE
|
||||
|
|
Loading…
Reference in New Issue