diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/kernel/include/chlists.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. */
|