From 38e2385f5846860916f8880d818b3b024b8c7dd9 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 14 Aug 2017 19:56:24 +0200 Subject: msgq implementation --- code/core/core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/core/core.h') diff --git a/code/core/core.h b/code/core/core.h index 9738fb4..cb08bc9 100644 --- a/code/core/core.h +++ b/code/core/core.h @@ -93,6 +93,9 @@ typedef uint32_t ecp_seq_t; #include "timer.h" #ifdef ECP_WITH_RBUF +#ifdef ECP_WITH_MSGQ +#include "msgq.h" +#endif #include "rbuf.h" #endif -- cgit v1.2.3