Enable USB Host

pull/3755/head
bcostm 2017-01-23 14:00:31 +01:00 committed by Martin Kojtal
parent 3e1a487c67
commit 2104dad908
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