The Mutex unlocks as soon as the the scope around the guard ends. This does not protect the whole slave select operation. It would be better to use lock manually (while not forgetting unlock)
The Mutex unlocks as soon as the the scope around the guard ends. This does not protect the whole slave select operation. It would be better to use lock manually (while not forgetting unlock)
_Originally posted by @Robin.Mueller in https://egit.irs.uni-stuttgart.de/fsfw/fsfw_hal/issues/3#issuecomment-3945_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The Mutex unlocks as soon as the the scope around the guard ends. This does not protect the whole slave select operation. It would be better to use lock manually (while not forgetting unlock)
Originally posted by @Robin.Mueller in fsfw/fsfw_hal#3 (comment)
Fixed in #5