mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 18:00:36 +08:00
HRT: initialize queue
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#include <errno.h>
|
||||
#include "hrt_work.h"
|
||||
|
||||
static struct sq_queue_s callout_queue;
|
||||
static struct sq_queue_s callout_queue = {};
|
||||
|
||||
/* latency histogram */
|
||||
#define LATENCY_BUCKET_COUNT 8
|
||||
|
||||
Reference in New Issue
Block a user