Fix broken build. Previous commit removed a file that was being used.

This commit is contained in:
Gregory Nutt 2016-12-06 09:03:00 -06:00
parent a441601281
commit d6437407b1

View File

@ -46,7 +46,7 @@
#include <stdint.h>
#include "chip.h"
#include "chip/stm32_otgfs.h"
#include "chip/stm32fxxxxx_otgfs.h"
#include "chip/stm32_otghs.h"
#if (defined(CONFIG_STM32_OTGFS) || defined(CONFIG_STM32_OTGHS)) && defined(CONFIG_USBHOST)