git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1680 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5fb790997f
commit
f429108707
|
@ -27,6 +27,8 @@
|
||||||
* @p CH_OPTIMIZE_SPEED is enabled.
|
* @p CH_OPTIMIZE_SPEED is enabled.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* If the performance code path has been chosen then all the following
|
||||||
|
functions are inlined into the various kernel modules.*/
|
||||||
#if CH_OPTIMIZE_SPEED
|
#if CH_OPTIMIZE_SPEED
|
||||||
static INLINE void prio_insert(Thread *tp, ThreadsQueue *tqp) {
|
static INLINE void prio_insert(Thread *tp, ThreadsQueue *tqp) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue