diff options
Diffstat (limited to 'src')
-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 ee00039b3..0783c4e9a 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -219,7 +219,7 @@ extern "C" { * \p chThdSuspend().
* @param tp the pointer to the thread
*/
-#define chThdResumeI(tp) chSchReadyI(tp)
+#define chThdResumeI(tp) chSchReadyI((tp), RDY_OK)
#endif /* _THREADS_H_ */
|