aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chcond.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chcond.h')
-rw-r--r--os/rt/include/chcond.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chcond.h b/os/rt/include/chcond.h
index 94be40c74..80c3651c7 100644
--- a/os/rt/include/chcond.h
+++ b/os/rt/include/chcond.h
@@ -73,7 +73,7 @@ typedef struct condition_variable {
*
* @param[in] name the name of the condition variable
*/
-#define _CONDVAR_DATA(name) {_threads_queue_t_DATA(name.c_queue)}
+#define _CONDVAR_DATA(name) {_THREADS_QUEUE_DATA(name.c_queue)}
/**
* @brief Static condition variable initializer.