mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Added a comment explaining the initialization delay
This commit is contained in:
parent
41452ef4bf
commit
637a9b34ab
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ static bool HIDAPI_DriverSwitch2_InitUSB(SDL_HIDAPI_Device *device)
|
|||
}
|
||||
RecvBulkData(ctx, calibration_data, 0x40);
|
||||
|
||||
// Wait for initialization to complete
|
||||
SDL_Delay(1);
|
||||
|
||||
flash_read_command[12] = 0x80;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue