From 3363239d7319a9b51e497e1a06b2f20090ca2d29 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 25 Aug 2013 09:27:26 +0000 Subject: [PATCH] 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 --- os/various/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/various/shell.c b/os/various/shell.c index e6124e50f..821dede28 100644 --- a/os/various/shell.c +++ b/os/various/shell.c @@ -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