Skip to content

Commit

Permalink
Merge pull request #2307 from hathach/minor-upate-max3421
Browse files Browse the repository at this point in the history
skip tuh_max3421_spi_cs_api() in hcd_init()
  • Loading branch information
hathach authored Nov 2, 2023
2 parents 68faa45 + 46106c6 commit b28d121
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/portable/analog/max3421/hcd_max3421.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit b28d121

Please sign in to comment.