aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/shell.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-10 21:05:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-10 21:05:51 +0000
commit4bb9e7735d4a84e6ddee2b5778906e6cd54db577 (patch)
tree12ebe014bb3cec9bb42308fc2b10cc82f9b48b2b /os/various/shell.h
parentdea70dbc797e0936c2532ae55881437e06e169fa (diff)
downloadChibiOS-4bb9e7735d4a84e6ddee2b5778906e6cd54db577.tar.gz
ChibiOS-4bb9e7735d4a84e6ddee2b5778906e6cd54db577.tar.bz2
ChibiOS-4bb9e7735d4a84e6ddee2b5778906e6cd54db577.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1412 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/shell.h')
-rw-r--r--os/various/shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/shell.h b/os/various/shell.h
index d96acc4c4..c3433bc21 100644
--- a/os/various/shell.h
+++ b/os/various/shell.h
@@ -35,7 +35,7 @@
#endif
/**
- * @brief Shell maximum input line length.
+ * @brief Shell maximum arguments per command.
*/
#if !defined(SHELL_MAX_ARGUMENTS) || defined(__DOXYGEN__)
#define SHELL_MAX_ARGUMENTS 4