diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-30 12:50:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-30 12:50:45 +0000 |
commit | c96e390f3a5b4bd7d5afcf0607cf3e072a812c04 (patch) | |
tree | c70f23956a8b3955111647de6673b1e848433e22 | |
parent | 3d576f5929303b40037e36729299ebe988998079 (diff) | |
download | ChibiOS-c96e390f3a5b4bd7d5afcf0607cf3e072a812c04.tar.gz ChibiOS-c96e390f3a5b4bd7d5afcf0607cf3e072a812c04.tar.bz2 ChibiOS-c96e390f3a5b4bd7d5afcf0607cf3e072a812c04.zip |
Missing doxytag.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6399 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/various/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) {
|