meier/master #3

Merged
gaisser merged 2 commits from meier/master into master 2021-05-12 10:57:04 +02:00
Owner
No description provided.
meierj added 2 commits 2021-05-12 10:41:45 +02:00
gaisser approved these changes 2021-05-12 10:56:53 +02:00
gaisser added the
bug
label 2021-05-12 10:56:59 +02:00
gaisser merged commit 99ba9d9346 into master 2021-05-12 10:57:04 +02:00
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)

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

I thought this was on purpose.

I thought this was on purpose.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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