Uncrustified tasks.c

This commit is contained in:
Joseph Julicher 2021-05-19 08:38:58 -07:00
parent 74f816ab40
commit bc42e04850

View file

@ -2754,6 +2754,7 @@ static BaseType_t prvCreateIdleTasks( void )
} }
#endif /* configSUPPORT_STATIC_ALLOCATION */ #endif /* configSUPPORT_STATIC_ALLOCATION */
} }
return xReturn; return xReturn;
} }