diff options
Diffstat (limited to 'src/chsleep.c')
-rw-r--r-- | src/chsleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chsleep.c b/src/chsleep.c index ae6e394b8..3abf22cd2 100644 --- a/src/chsleep.c +++ b/src/chsleep.c @@ -29,7 +29,7 @@ static void wakeup(void *p) { #ifdef CH_USE_DEBUG
if (((Thread *)p)->p_state != PRSLEEP)
- chDbgPanic("chsleep.c, wakeup()\r\n");
+ chDbgPanic("chsleep.c, wakeup()");
#endif
chSchReadyI(p, RDY_OK);
}
|