diff options
Diffstat (limited to 'test/testthd.c')
-rw-r--r-- | test/testthd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/testthd.c b/test/testthd.c index 8b0440248..3433d2eb4 100644 --- a/test/testthd.c +++ b/test/testthd.c @@ -1,5 +1,6 @@ /*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -141,7 +142,7 @@ static void thd3_execute(void) { test_assert(4, chThdGetPriority() == prio,
"unexpected priority level");
-#if CH_USE_MUTEXES
+#if CH_USE_MUTEXES || defined(__DOXYGEN__)
/* Simulates a priority boost situation (p_prio > p_realprio).*/
chSysLock();
chThdSelf()->p_prio += 2;
|