Fixed shell documentation error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@6222 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-08-25 09:27:26 +00:00
parent 9779a9c3b2
commit 3363239d73
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void shellInit(void) {
/**
* @brief Spawns a new shell.
* @pre @p CH_USE_MALLOC_HEAP and @p CH_USE_DYNAMIC must be enabled.
* @pre @p CH_USE_HEAP and @p CH_USE_DYNAMIC must be enabled.
*
* @param[in] scp pointer to a @p ShellConfig object
* @param[in] size size of the shell working area to be allocated