Update USBEndpoints.h

No USB in Zero Gecko so removed also from here for the sake of clarity.
pull/1287/head
amveeq 2015-07-28 09:36:23 +03:00 committed by Mikko Polojarvi
parent 088e451b7a
commit 1620432608
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ typedef enum {
#include "USBEndpoints_RZ_A1H.h"
#elif defined(TARGET_Maxim)
#include "USBEndpoints_Maxim.h"
#elif defined(TARGET_EFM32GG_STK3700) || defined(TARGET_EFM32LG_STK3600) || defined(TARGET_EFM32WG_STK3800) || defined(TARGET_EFM32ZG_STK3200) || defined(TARGET_EFM32HG_STK3400)
#elif defined(TARGET_EFM32GG_STK3700) || defined(TARGET_EFM32LG_STK3600) || defined(TARGET_EFM32WG_STK3800) || defined(TARGET_EFM32HG_STK3400)
#include "USBEndpoints_EFM32.h"
#else
#error "Unknown target type"