git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5990 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
3a504e26ce
commit
a31833f2a7
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue