mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
uncrustification
This commit is contained in:
parent
360e58abde
commit
b19a74613a
@ -288,6 +288,7 @@ static void eventTask()
|
||||
|
||||
// Wait for queue message
|
||||
int limit = MAX_QUEUE_SIZE;
|
||||
|
||||
while (xQueueReceive(mQueue, &evInfo, 0) == pdTRUE) {
|
||||
// Invoke callback, if any
|
||||
if (evInfo.cb != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user