Enable USB Host

pull/3626/head
bcostm 2017-01-23 14:00:31 +01:00
parent 592a25aa3c
commit e609796406
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
/* 144 pins boards */
#if defined(TARGET_NUCLEO_F429ZI) || defined(TARGET_NUCLEO_F446ZE) || defined(TARGET_NUCLEO_F207ZG) \
|| defined(TARGET_NUCLEO_F767ZI) || defined(TARGET_NUCLEO_F746ZG)
|| defined(TARGET_NUCLEO_F767ZI) || defined(TARGET_NUCLEO_F746ZG) || defined(TARGET_NUCLEO_F412ZG)
#include "USBHALHost_STM_144_64pins.h"
#endif