From c96e390f3a5b4bd7d5afcf0607cf3e072a812c04 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 30 Oct 2013 12:50:45 +0000 Subject: [PATCH] Missing doxytag. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6399 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/various/shell.c b/os/various/shell.c index 5315fe68a..839a4d16f 100644 --- a/os/various/shell.c +++ b/os/various/shell.c @@ -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) {