diff options
-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) {
|