git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9131 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-03-17 19:43:55 +00:00
parent fcae1afdb5
commit a5dac3c84b
1 changed files with 1 additions and 1 deletions

View File

@ -448,8 +448,8 @@ void chThdRelease(thread_t *tp) {
/* Nothing else to do for static threads.*/ /* Nothing else to do for static threads.*/
break; break;
} }
return;
#endif /* CH_CFG_USE_DYNAMIC == TRUE */ #endif /* CH_CFG_USE_DYNAMIC == TRUE */
return;
} }
chSysUnlock(); chSysUnlock();
} }