diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 530206886c..eb0af46f70 100644 --- a/shell/main.c +++ b/shell/main.c @@ -80,7 +80,7 @@ #include <pthread.h> -//#define DEVELOPMENT +#define DEVELOPMENT static EShell *shell = NULL; |