diff options
| author | Dien-Nhung Nguyen-Phu <kein@kienlab.com> | 2024-07-11 21:38:18 +0700 |
|---|---|---|
| committer | Dien-Nhung Nguyen-Phu <kein@kienlab.com> | 2024-07-11 22:18:56 +0700 |
| commit | 515c8a8eb9fec5f6992db7f5cf9b9c8bdb539f46 (patch) | |
| tree | f11ba7e65ceb5bbb9117d18735f5c85fbaaa435b /CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h | |
| parent | a57090ead973037c0de38aa67b55283e8dd776cb (diff) | |
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.
Diffstat (limited to 'CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h')
| -rw-r--r-- | CH5xx_ble_firmware_library/StdPeriphDriver/inc/CH58x_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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"
|