From d5ec46ace4bdd0fa3b2ca45371f537259f07a6f2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 4 Jul 2017 22:49:04 +1000 Subject: [PATCH] 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. --- stmhal/boards/NUCLEO_F429ZI/stm32f4xx_hal_conf.h | 3 +-- 1 file changed, 1 insertion(+), 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 ############################## */ /**