Ensure g_hrt_work is zero-initialized

This commit is contained in:
Lorenz Meier 2015-10-26 13:19:20 +01:00
parent a3e15e161c
commit 3af906b9a8
1 changed files with 1 additions and 1 deletions

View File

@ -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