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