Increase bus powe stabilization delay.

This commit is contained in:
Clifroy Henry 2023-01-03 10:33:49 -05:00 committed by hathach
parent 0ce2452a08
commit 87905d30ab
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -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;