Browse Source

Ensure g_hrt_work is zero-initialized

sbg
Lorenz Meier 9 years ago
parent
commit
3af906b9a8
  1. 2
      src/platforms/posix/work_queue/hrt_thread.c

2
src/platforms/posix/work_queue/hrt_thread.c

@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
****************************************************************************/
/* The state of each work queue. */
struct wqueue_s g_hrt_work;
struct wqueue_s g_hrt_work = {};
/****************************************************************************
* Private Variables

Loading…
Cancel
Save