diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-11 17:06:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-11 17:06:11 +0000 |
commit | cebf9128d7b9d25e5da5f00782b1fdae072588aa (patch) | |
tree | 89c8a0c44495335e186c2e04e9faed465c014ac3 /os/kernel/include/threads.h | |
parent | 07ce25693b5847e27d88ce05710f986b13fcfbb4 (diff) | |
download | ChibiOS-cebf9128d7b9d25e5da5f00782b1fdae072588aa.tar.gz ChibiOS-cebf9128d7b9d25e5da5f00782b1fdae072588aa.tar.bz2 ChibiOS-cebf9128d7b9d25e5da5f00782b1fdae072588aa.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1215 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 da7dfc152..1b9850435 100644 --- a/os/kernel/include/threads.h +++ b/os/kernel/include/threads.h @@ -267,6 +267,6 @@ extern "C" { */ #define chThdSleepMicroseconds(usec) chThdSleep(US2ST(usec)) -#endif /* _THREADS_H_ */ +#endif /* _THREADS_H_ */ /** @} */ |