Commit cea444a3 authored by Adam Wujek's avatar Adam Wujek 💬

shell: move definition of SH_MAX_LINE_LEN and SH_MAX_ARGS to shell.h

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent d5a84e9b
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
#define UI_SHELL_MODE 0 #define UI_SHELL_MODE 0
#define UI_GUI_MODE 1 #define UI_GUI_MODE 1
#define SH_MAX_LINE_LEN 80
#define SH_MAX_ARGS 8
extern int wrc_ui_mode; extern int wrc_ui_mode;
extern int wrc_stat_running; extern int wrc_stat_running;
......
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
#include "shell.h" #include "shell.h"
#include "storage.h" #include "storage.h"
#define SH_MAX_LINE_LEN 80
#define SH_MAX_ARGS 8
/* interactive shell state definitions */ /* interactive shell state definitions */
#define SHELL_MAX_COMMANDS 32 #define SHELL_MAX_COMMANDS 32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment