aboutsummaryrefslogtreecommitdiffstats
path: root/src/chsem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chsem.c')
-rw-r--r--src/chsem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chsem.c b/src/chsem.c
index 6f24b08ec..df783dc7a 100644
--- a/src/chsem.c
+++ b/src/chsem.c
@@ -113,6 +113,7 @@ void chSemWaitS(Semaphore *sp) {
#ifdef CH_USE_SEMAPHORES_TIMEOUT
static void wakeup(void *p) {
+
#ifdef CH_USE_DEBUG
if (((Thread *)p)->p_state != PRWTSEM)
chDbgPanic("chsem.c, wakeup()\r\n");