diff options
author | Damien George <damien.p.george@gmail.com> | 2017-07-04 22:49:04 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-07-04 22:49:04 +1000 |
commit | d5ec46ace4bdd0fa3b2ca45371f537259f07a6f2 (patch) | |
tree | 5e5b93cf8201d91574af0fcfe742c80ffb58bf90 | |
parent | b51919f5b757ee6409f97b93c0f0a8bec84f55ad (diff) | |
download | micropython-d5ec46ace4bdd0fa3b2ca45371f537259f07a6f2.tar.gz micropython-d5ec46ace4bdd0fa3b2ca45371f537259f07a6f2.zip |
stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral.
This dev board only has a single USB connector, connected to the FS
peripheral.
-rw-r--r-- | stmhal/boards/NUCLEO_F429ZI/stm32f4xx_hal_conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stmhal/boards/NUCLEO_F429ZI/stm32f4xx_hal_conf.h b/stmhal/boards/NUCLEO_F429ZI/stm32f4xx_hal_conf.h index 4f5962dcbd..d121b18c5e 100644 --- a/stmhal/boards/NUCLEO_F429ZI/stm32f4xx_hal_conf.h +++ b/stmhal/boards/NUCLEO_F429ZI/stm32f4xx_hal_conf.h @@ -46,8 +46,7 @@ /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/ -#define USE_USB_HS -#define USE_USB_HS_IN_FS +#define USE_USB_FS /* ########################## Module Selection ############################## */ /** |