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
Mikko Polojarvi 2015-07-24 12:04:47 +03:00
parent 3eaef2e095
commit 1eb719bc17
1 changed files with 0 additions and 1 deletions

View File

@ -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"