aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/src/chstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/src/chstats.c')
-rw-r--r--os/rt/src/chstats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/rt/src/chstats.c b/os/rt/src/chstats.c
index 45d8e8bd2..3c8d9ba04 100644
--- a/os/rt/src/chstats.c
+++ b/os/rt/src/chstats.c
@@ -78,6 +78,9 @@ void _stats_increase_irq(void) {
/**
* @brief Updates context switch related statistics.
+ *
+ * @param[in] ntp the thread to be switched in
+ * @param[in] otp the thread to be switched out
*/
void _stats_ctxswc(thread_t *ntp, thread_t *otp) {