diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/chthreads.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chthreads.c b/src/chthreads.c index 02c2a7044..4dc8be79d 100644 --- a/src/chthreads.c +++ b/src/chthreads.c @@ -154,7 +154,7 @@ Thread *chThdCreateFast(tprio_t prio, void *workspace,   */  void chThdSetPriority(tprio_t newprio) { -  chDbgAssert(newprio <= HIGHPRIO, "chthreads.c, chThdSetPriority()") +  chDbgAssert(newprio <= HIGHPRIO, "chthreads.c, chThdSetPriority()");    chSysLock();  #ifdef CH_USE_MUTEXES  | 
