Merge pull request #2307 from hathach/minor-upate-max3421

skip tuh_max3421_spi_cs_api() in hcd_init()
This commit is contained in:
Ha Thach 2023-11-02 18:44:46 +07:00 committed by GitHub
commit b28d121a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,7 +417,6 @@ bool hcd_init(uint8_t rhport) {
(void) rhport;
tuh_max3421_int_api(rhport, false);
tuh_max3421_spi_cs_api(rhport, false);
TU_LOG2_INT(sizeof(max3421_ep_t));
TU_LOG2_INT(sizeof(max3421_data_t));