From a31833f2a75fa594f64e179375dcb633f19e590b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 19 Jul 2013 10:11:25 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5990 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chlists.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os/kernel/include/chlists.h b/os/kernel/include/chlists.h index 2698b2129..ec5bd4c9c 100644 --- a/os/kernel/include/chlists.h +++ b/os/kernel/include/chlists.h @@ -65,7 +65,8 @@ * * @param[in] name the name of the threads queue variable */ -#define threads_queue_t_DECL(name) threads_queue_t name = _threads_queue_t_DATA(name) +#define threads_queue_t_DECL(name) \ + threads_queue_t name = _threads_queue_t_DATA(name) /*===========================================================================*/ /* External declarations. */ -- cgit v1.2.3