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:
akscram 2021-09-14 09:43:05 +00:00
parent 03d810ab0c
commit 0a02efcf3d
1 changed files with 1 additions and 1 deletions

View File

@ -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