Fixed extra empty line.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9877 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-10-25 10:30:44 +00:00
parent 7da93d39a9
commit 56e090a5d0
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ thread_t *chThdCreateFromMemoryPool(memory_pool_t *mp, const char *name,
CH_DBG_STACK_FILL_VALUE);
#endif
chSysLock();
tp = chThdCreateSuspendedI(&td);
tp->flags = CH_FLAG_MODE_MPOOL;