forked from Archive/PX4-Autopilot
Ensure g_hrt_work is zero-initialized
This commit is contained in:
parent
a3e15e161c
commit
3af906b9a8
|
@ -63,7 +63,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* The state of each work queue. */
|
/* The state of each work queue. */
|
||||||
struct wqueue_s g_hrt_work;
|
struct wqueue_s g_hrt_work = {};
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Variables
|
* Private Variables
|
||||||
|
|
Loading…
Reference in New Issue