Skip to content

osEventFlagsWait: Fix flag comparison#34

Merged
VladimirUmek merged 1 commit intoARM-software:developfrom
syvotouf:develop
Jun 18, 2019
Merged

osEventFlagsWait: Fix flag comparison#34
VladimirUmek merged 1 commit intoARM-software:developfrom
syvotouf:develop

Conversation

@syvotouf
Copy link
Copy Markdown
Contributor

Fixed group flags comparison, when waiting on all flags (osFlagsWaitAll)
Previous implementation invokes fail every time, when other flags (those, we don't wait for) are set
This fix only compares flags specified to wait for, as API docs suggests

Fixed group flags comparison, when waiting on all flags (osFlagsWaitAll)
Previous implementation invokes fail every time, when other flags (those, we don't wait for) are set
This fix only compares flags specified to wait for, as API docs suggests
@VladimirUmek VladimirUmek merged commit b4ccdfe into ARM-software:develop Jun 18, 2019
@VladimirUmek
Copy link
Copy Markdown
Collaborator

Many thanks for providing this fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants