f_mass_storage: fix potentially unsafe thread wakeup
Signalling from interrupt to thread using a variable should always either mark that variable 'volatile' or use a suitable barrier.
Loading
Please register or sign in to comment
Signalling from interrupt to thread using a variable should always either mark that variable 'volatile' or use a suitable barrier.