Skip to content

Commit d5ec46a

Browse files
committed
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.
1 parent b51919f commit d5ec46a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stmhal/boards/NUCLEO_F429ZI/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
/* Exported types ------------------------------------------------------------*/
4747
/* Exported constants --------------------------------------------------------*/
4848

49-
#define USE_USB_HS
50-
#define USE_USB_HS_IN_FS
49+
#define USE_USB_FS
5150

5251
/* ########################## Module Selection ############################## */
5352
/**

0 commit comments

Comments
 (0)