mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-15 12:39:50 +00:00
Increase bus powe stabilization delay.
This commit is contained in:
parent
0ce2452a08
commit
87905d30ab
@ -628,7 +628,7 @@ static void handle_bus_power_event(void *param)
|
||||
{
|
||||
(void) param;
|
||||
|
||||
osal_task_delay(2); // Bus power settling delay.
|
||||
osal_task_delay(5); // Bus power settling delay.
|
||||
|
||||
USBKEYPID = USBKEY;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user