git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5990 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-07-19 10:11:25 +00:00
parent 3a504e26ce
commit a31833f2a7
1 changed files with 2 additions and 1 deletions

View File

@ -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. */