mirror of https://github.com/ARMmbed/mbed-os.git
SiL USB: Remove incorrect Zero Gecko flagging
Zero Gecko has no USB support, so don't even try to compile for it.pull/1287/head
parent
3eaef2e095
commit
1eb719bc17
|
@ -16,7 +16,6 @@
|
|||
#if defined TARGET_EFM32GG_STK3700 || \
|
||||
defined TARGET_EFM32LG_STK3600 || \
|
||||
defined TARGET_EFM32WG_STK3800 || \
|
||||
defined TARGET_EFM32ZG_STK3200 || \
|
||||
defined TARGET_EFM32HG_STK3400
|
||||
|
||||
#include "USBHAL.h"
|
||||
|
|
Loading…
Reference in New Issue