aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src')
-rw-r--r--os/hal/src/hal_queues.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/src/hal_queues.c b/os/hal/src/hal_queues.c
index a54174b8e..bda820306 100644
--- a/os/hal/src/hal_queues.c
+++ b/os/hal/src/hal_queues.c
@@ -37,9 +37,6 @@
#include "hal.h"
-#if !defined(_CHIBIOS_RT_) || (CH_CFG_USE_QUEUES == FALSE) || \
- defined(__DOXYGEN__)
-
/**
* @brief Initializes an input queue.
* @details A Semaphore is internally initialized and works as a counter of
@@ -490,6 +487,4 @@ size_t oqWriteTimeout(output_queue_t *oqp, const uint8_t *bp,
}
}
-#endif /* !defined(_CHIBIOS_RT_) || (CH_USE_QUEUES == FALSE) */
-
/** @} */