diff options
| -rw-r--r-- | port/hpmicro/usb_dc_hpm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/port/hpmicro/usb_dc_hpm.c b/port/hpmicro/usb_dc_hpm.c index 60af1187..8ece72a3 100644 --- a/port/hpmicro/usb_dc_hpm.c +++ b/port/hpmicro/usb_dc_hpm.c @@ -7,11 +7,6 @@ #include "usbd_core.h" #include "hpm_usb_device.h" #include "usb_glue_hpm.h" -#include "hpm_sdk_version.h" - -#if SDK_VERSION_NUMBER < 0x10C00 -#error "Please use SDK version 1.12.0 or later because of USB api modification" -#endif #define USB_NUM_BIDIR_ENDPOINTS USB_SOC_DCD_MAX_ENDPOINT_COUNT |
