diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 10:58:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 10:58:43 +0000 |
commit | d1ffba4de3c102f20a1985a7c5576a9627bd5287 (patch) | |
tree | 336c37c1d45192161175b8371678e0470486f8fe /src/include/threads.h | |
parent | 090b4c11096363cf25ba9c4ea2a788cae1d7e8a4 (diff) | |
download | ChibiOS-d1ffba4de3c102f20a1985a7c5576a9627bd5287.tar.gz ChibiOS-d1ffba4de3c102f20a1985a7c5576a9627bd5287.tar.bz2 ChibiOS-d1ffba4de3c102f20a1985a7c5576a9627bd5287.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@420 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/threads.h')
-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_ */ |