diff options
Diffstat (limited to 'os/rt/src')
-rw-r--r-- | os/rt/src/chthreads.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/rt/src/chthreads.c b/os/rt/src/chthreads.c index df9b54dfe..6ca99904b 100644 --- a/os/rt/src/chthreads.c +++ b/os/rt/src/chthreads.c @@ -193,7 +193,6 @@ thread_t *chThdCreateSuspendedI(const thread_descriptor_t *tdp) { return _thread_init(tp, tdp->name, tdp->prio);
}
-
/**
* @brief Creates a new thread into a static memory area.
* @details The new thread is initialized but not inserted in the ready list,
|