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:
parent
7da93d39a9
commit
56e090a5d0
|
@ -169,7 +169,6 @@ thread_t *chThdCreateFromMemoryPool(memory_pool_t *mp, const char *name,
|
||||||
CH_DBG_STACK_FILL_VALUE);
|
CH_DBG_STACK_FILL_VALUE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
chSysLock();
|
chSysLock();
|
||||||
tp = chThdCreateSuspendedI(&td);
|
tp = chThdCreateSuspendedI(&td);
|
||||||
tp->flags = CH_FLAG_MODE_MPOOL;
|
tp->flags = CH_FLAG_MODE_MPOOL;
|
||||||
|
|
Loading…
Reference in New Issue