Skip to content
Commit 7bbc46f7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Avoid calling pthread_join() to wait for USB MSC thread to terminate: This...

Avoid calling pthread_join() to wait for USB MSC thread to terminate:  This does not work if the caller of usb_mscuninitialize() is in a different task group than the MSC thread.  From David Sidrane
parent af4c5246
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment