git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9131 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
fcae1afdb5
commit
a5dac3c84b
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue