summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhihong Chen <[email protected]>2026-08-19 13:00:10 +0800
committersakumisu <[email protected]>2026-08-19 13:52:13 +0800
commitfebec2ea640b7dc60c17cfbb6df42a47cd400859 (patch)
tree1d5ca9f636ab5970dca8d44fcbc317ace3304f81
parentcfb8d3bcdb4b1c4e5e153111e0502ec354512377 (diff)
[update] port: hpmicro: remove sdk version checkHEADmaster
Signed-off-by: Zhihong Chen <[email protected]>
-rw-r--r--port/hpmicro/usb_dc_hpm.c5
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