mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update event_groups.c: fix PR review comments
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
parent
09ae185e47
commit
0803031458
|
@ -636,7 +636,7 @@
|
||||||
* bit was set in the control word. */
|
* bit was set in the control word. */
|
||||||
pxEventBits->uxEventBits &= ~uxBitsToClear;
|
pxEventBits->uxEventBits &= ~uxBitsToClear;
|
||||||
|
|
||||||
/* Snapshot resulting bits */
|
/* Snapshot resulting bits. */
|
||||||
uxReturnBits = pxEventBits->uxEventBits;
|
uxReturnBits = pxEventBits->uxEventBits;
|
||||||
}
|
}
|
||||||
( void ) xTaskResumeAll();
|
( void ) xTaskResumeAll();
|
||||||
|
|
Loading…
Reference in a new issue