mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
HRT: initialize queue
This commit is contained in:
parent
c81e9714c7
commit
e3b13e1324
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user