Skip to content

Commit

Permalink
change(teardown): Increase connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 20, 2024
1 parent fae1686 commit dfd0deb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ static uint8_t tx_buf[CONFIG_TINYUSB_CDC_TX_BUFSIZE + 1] = { 0 };
#define TEARDOWN_CMD_KEY 0xAA
#define TEARDOWN_RPL_KEY 0x55
#define TEARDOWN_CMD_RPL_SIZE ((TUD_OPT_HIGH_SPEED ? 512 : 64))
#define TEARDOWN_ATTACH_TIMEOUT_MS 2000
#define TEARDOWN_COMMAND_TIMEOUT_MS 3000
#define TEARDOWN_ATTACH_TIMEOUT_MS 5000
#define TEARDOWN_COMMAND_TIMEOUT_MS 5000
#define TEARDOWN_AMOUNT 4

static const tusb_desc_device_t cdc_device_descriptor = {
Expand Down

0 comments on commit dfd0deb

Please sign in to comment.