Missing doxytag.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6399 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-10-30 12:50:45 +00:00
parent 3d576f5929
commit c96e390f3a
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,8 @@ Thread *shellCreate(const ShellConfig *scp, size_t size, tprio_t prio) {
* @param[in] size size of the shell working area
* @param[in] prio priority level for the new shell
* @return A pointer to the shell thread.
*
* @api
*/
Thread *shellCreateStatic(const ShellConfig *scp, void *wsp,
size_t size, tprio_t prio) {