mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
Merge "Make lightbar task stop dropping events."
This commit is contained in:
@@ -206,7 +206,7 @@ static const struct {
|
||||
/* Interruptible delay */
|
||||
#define WAIT_OR_RET(A) do { \
|
||||
uint32_t msg = task_wait_event(A); \
|
||||
if (!(msg & TASK_EVENT_TIMER)) \
|
||||
if (TASK_EVENT_CUSTOM(msg)) \
|
||||
return TASK_EVENT_CUSTOM(msg); } while (0)
|
||||
|
||||
/* CPU is off */
|
||||
|
||||
Reference in New Issue
Block a user