Skip to content

Commit f8b3422

Browse files
author
Alrik Vidstrom
committed
Add comment
1 parent d8b4ea1 commit f8b3422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/USBHost/USBHost.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ void USBHost::usb_process()
257257

258258
} while(0);
259259

260+
// Call the device disconnected callback if registered
260261
if (nullptr != unmount_fnc) {
261262
unmount_fnc();
262263
}

0 commit comments

Comments
 (0)