From 17882cee78ffd8dc1178c959e1b793e53d8bc79a Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 22 Nov 2015 15:17:07 +0100 Subject: [PATCH] Fix Travis build error --- src/platforms/posix/px4_layer/drv_hrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/posix/px4_layer/drv_hrt.c b/src/platforms/posix/px4_layer/drv_hrt.c index 5aab5803c3..9874278012 100644 --- a/src/platforms/posix/px4_layer/drv_hrt.c +++ b/src/platforms/posix/px4_layer/drv_hrt.c @@ -48,7 +48,7 @@ #include #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