aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-25 09:27:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-25 09:27:30 +0000
commite5fba2f521a6c5ae783423763795501950cb2793 (patch)
tree9b48d51f28ca5eca994966e5b17d89f9a3574c8e
parentb769307eab7659cf7aad319120c17c30a5a0fd8d (diff)
downloadChibiOS-e5fba2f521a6c5ae783423763795501950cb2793.tar.gz
ChibiOS-e5fba2f521a6c5ae783423763795501950cb2793.tar.bz2
ChibiOS-e5fba2f521a6c5ae783423763795501950cb2793.zip
Fixed shell documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6223 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/various/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/shell.c b/os/various/shell.c
index abdfc0b86..ceb4342db 100644
--- a/os/various/shell.c
+++ b/os/various/shell.c
@@ -208,7 +208,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