Skip to content

Commit e609796

Browse files
committed
Enable USB Host
1 parent 592a25a commit e609796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/unsupported/USBHost/USBHost/TARGET_STM/USBHALHost_STM_TARGET.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/* 144 pins boards */
2020
#if defined(TARGET_NUCLEO_F429ZI) || defined(TARGET_NUCLEO_F446ZE) || defined(TARGET_NUCLEO_F207ZG) \
21-
|| defined(TARGET_NUCLEO_F767ZI) || defined(TARGET_NUCLEO_F746ZG)
21+
|| defined(TARGET_NUCLEO_F767ZI) || defined(TARGET_NUCLEO_F746ZG) || defined(TARGET_NUCLEO_F412ZG)
2222
#include "USBHALHost_STM_144_64pins.h"
2323
#endif
2424

0 commit comments

Comments
 (0)