aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chthreads.h')
-rw-r--r--os/kernel/include/chthreads.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chthreads.h b/os/kernel/include/chthreads.h
index 854a72dde..800263092 100644
--- a/os/kernel/include/chthreads.h
+++ b/os/kernel/include/chthreads.h
@@ -265,10 +265,6 @@ typedef msg_t (*tfunc_t)(void *);
/* Module macros. */
/*===========================================================================*/
-/*===========================================================================*/
-/* External declarations. */
-/*===========================================================================*/
-
/**
* @name Macro Functions
* @{
@@ -386,6 +382,10 @@ typedef msg_t (*tfunc_t)(void *);
#define chThdSleepMicroseconds(usec) chThdSleep(US2ST(usec))
/** @} */
+/*===========================================================================*/
+/* External declarations. */
+/*===========================================================================*/
+
/*
* Threads APIs.
*/