Skip to content

Commit

Permalink
Stop current udcd driver. Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Jul 1, 2024
1 parent da7075f commit f0c3114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ void stopUsbDrivers()
ksceUdcdStop("USBPSPCommunicationDriver", 0, NULL);
ksceUdcdStop("USBSerDriver", 0, NULL);
ksceUdcdStop("USBDeviceControllerDriver", 0, NULL);
ksceUdcdStopCurrentInternal(2);
}

// exports
Expand Down

0 comments on commit f0c3114

Please sign in to comment.