I changed one line of code in the file with path name: USBDeviceHT/targets/TARGET_Maxim

Fork of USBDeviceHT by Helmut Tschemernjak

Revision:
1:7d1a127a1d2b
Parent:
0:a3ea811f80f2
--- a/targets/TARGET_STM/USBHAL_STM32.h	Mon Feb 05 10:22:57 2018 +0000
+++ b/targets/TARGET_STM/USBHAL_STM32.h	Mon Feb 05 11:58:50 2018 +0100
@@ -41,7 +41,8 @@
 #elif defined(TARGET_NUCLEO_F103RB) || \
       defined(TARGET_NUCLEO_F303ZE) || \
       defined(TARGET_DISCO_L053C8) || \
-      defined(TARGET_DISCO_L072CZ_LRWAN1)
+      defined(TARGET_DISCO_L072CZ_LRWAN1) || \
+      defined(TARGET_STM32L4)
 #include "USBHAL_IP_DEVICE.h"
 
 #else