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:
あく 2024-09-11 13:40:30 +01:00 committed by GitHub
parent 09ae185e47
commit 0803031458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();