git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1215 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
07ce25693b
commit
cebf9128d7
|
@ -38,6 +38,6 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _HEAP_H_ */
|
||||
#endif /* _HEAP_H_ */
|
||||
|
||||
/** @} */
|
||||
|
|
|
@ -69,4 +69,4 @@ static INLINE Thread *dequeue(Thread *tp) {
|
|||
}
|
||||
#endif /* CH_OPTIMIZE_SPEED */
|
||||
|
||||
#endif /* _INLINE_H_ */
|
||||
#endif /* _INLINE_H_ */
|
||||
|
|
|
@ -87,6 +87,6 @@ extern "C" {
|
|||
|
||||
#endif /* !CH_OPTIMIZE_SPEED */
|
||||
|
||||
#endif /* _LISTS_H_ */
|
||||
#endif /* _LISTS_H_ */
|
||||
|
||||
/** @} */
|
||||
|
|
|
@ -211,7 +211,7 @@ extern "C" {
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* CH_USE_QUEUES */
|
||||
#endif /* CH_USE_QUEUES */
|
||||
|
||||
#endif /* _QUEUES_H_ */
|
||||
|
||||
|
|
|
@ -267,6 +267,6 @@ extern "C" {
|
|||
*/
|
||||
#define chThdSleepMicroseconds(usec) chThdSleep(US2ST(usec))
|
||||
|
||||
#endif /* _THREADS_H_ */
|
||||
#endif /* _THREADS_H_ */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue