SPI Com IF Mutex bug #4

Closed
opened 2021-05-12 17:45:34 +02:00 by meierj · 1 comment
Owner

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)

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_
Owner

Fixed in #5

Fixed in #5
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fsfw/fsfw-hal#4
No description provided.