diff options
Diffstat (limited to 'os/kernel/include/threads.h')
-rw-r--r-- | os/kernel/include/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/threads.h b/os/kernel/include/threads.h index 24b79a3cd..8a3756cb8 100644 --- a/os/kernel/include/threads.h +++ b/os/kernel/include/threads.h @@ -176,7 +176,7 @@ extern "C" { void chThdExit(msg_t msg); #if CH_USE_DYNAMIC Thread *chThdAddRef(Thread *tp); - Thread *chThdRelease(Thread *tp); + void chThdRelease(Thread *tp); #endif #if CH_USE_WAITEXIT msg_t chThdWait(Thread *tp); |