mirror of https://github.com/rusefi/ChibiOS.git
Fixes on USB lld related to STM32L432
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9944 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4b40042078
commit
608df1768f
|
@ -322,7 +322,7 @@
|
||||||
|
|
||||||
/* USB attributes.*/
|
/* USB attributes.*/
|
||||||
#define STM32_HAS_USB TRUE
|
#define STM32_HAS_USB TRUE
|
||||||
#define STM32_USB_ACCESS_SCHEME_2x16 FALSE
|
#define STM32_USB_ACCESS_SCHEME_2x16 TRUE
|
||||||
#define STM32_USB_PMA_SIZE 1024
|
#define STM32_USB_PMA_SIZE 1024
|
||||||
#define STM32_USB_HAS_BCDR TRUE
|
#define STM32_USB_HAS_BCDR TRUE
|
||||||
#define STM32_USB1_HP_HANDLER Vector14C
|
#define STM32_USB1_HP_HANDLER Vector14C
|
||||||
|
|
Loading…
Reference in New Issue