From 515c8a8eb9fec5f6992db7f5cf9b9c8bdb539f46 Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen-Phu Date: Thu, 11 Jul 2024 21:38:18 +0700 Subject: usb: remove usbdev from StdPeriphDriver The library only have 4 endpoint supported while the chip have capable of 8. And its design is kind of cumbersome. --- CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h') diff --git a/CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h b/CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h index f77af25..965cac6 100644 --- a/CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h +++ b/CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h @@ -84,7 +84,6 @@ #include "CH58x_sys.h" #include "CH58x_timer.h" #include "CH58x_spi.h" -#include "CH58x_usbdev.h" #include "CH58x_usbhost.h" #include "ISP583.h" -- cgit v1.2.3