aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/inline.h')
-rw-r--r--os/kernel/include/inline.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/os/kernel/include/inline.h b/os/kernel/include/inline.h
index 6f6734893..43f12f2e7 100644
--- a/os/kernel/include/inline.h
+++ b/os/kernel/include/inline.h
@@ -21,15 +21,12 @@
#define _INLINE_H_
/**
- * @file inline.h
- * @brief kernel inlined functions.
+ * @file inline.h
+ * @brief Kernel inlined functions.
+ * @details In this file there are a set of inlined functions if the
+ * @p CH_OPTIMIZE_SPEED is enabled.
*/
-/*
- * Inlined functions if CH_OPTIMIZE_SPEED is enabled.
- * Note: static inlined functions do not duplicate the code in every module
- * this is true for GCC, not sure about other compilers.
- */
#if CH_OPTIMIZE_SPEED
static INLINE void prio_insert(Thread *tp, ThreadsQueue *tqp) {