diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index 8abbeff5a..39aecdf10 100644 --- a/shell/msh.c +++ b/shell/msh.c @@ -53,7 +53,7 @@ #define REGISTER register -#define MSHDEBUG 1 +/*#define MSHDEBUG 1*/ #ifdef MSHDEBUG int mshdbg = 0; |