git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1215 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-10-11 17:06:11 +00:00
parent 07ce25693b
commit cebf9128d7
5 changed files with 5 additions and 5 deletions

View File

@ -38,6 +38,6 @@ extern "C" {
} }
#endif #endif
#endif /* _HEAP_H_ */ #endif /* _HEAP_H_ */
/** @} */ /** @} */

View File

@ -69,4 +69,4 @@ static INLINE Thread *dequeue(Thread *tp) {
} }
#endif /* CH_OPTIMIZE_SPEED */ #endif /* CH_OPTIMIZE_SPEED */
#endif /* _INLINE_H_ */ #endif /* _INLINE_H_ */

View File

@ -87,6 +87,6 @@ extern "C" {
#endif /* !CH_OPTIMIZE_SPEED */ #endif /* !CH_OPTIMIZE_SPEED */
#endif /* _LISTS_H_ */ #endif /* _LISTS_H_ */
/** @} */ /** @} */

View File

@ -211,7 +211,7 @@ extern "C" {
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* CH_USE_QUEUES */ #endif /* CH_USE_QUEUES */
#endif /* _QUEUES_H_ */ #endif /* _QUEUES_H_ */

View File

@ -267,6 +267,6 @@ extern "C" {
*/ */
#define chThdSleepMicroseconds(usec) chThdSleep(US2ST(usec)) #define chThdSleepMicroseconds(usec) chThdSleep(US2ST(usec))
#endif /* _THREADS_H_ */ #endif /* _THREADS_H_ */
/** @} */ /** @} */