diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 1572417d6..b74ba60b4 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -239,7 +239,7 @@ extern "C" { * \p chThdSuspend(). * @param tp the pointer to the thread */ -#define chThdResumeI(tp) chSchReadyI((tp), RDY_OK) +#define chThdResumeI(tp) chSchReadyI(tp) #endif /* _THREADS_H_ */ |