summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 82dbf81..d192559 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,4 +1,4 @@
-#ifndef CONFIG_H
+#ifndef CONFIG_H
#define CONFIG_H
/* Environment variables */
@@ -35,11 +35,10 @@
#define CONFIG_ESC_CHAR ('^'-0x40)
+#define CONFIG_CMDLINE_EDITING 1
/* TODO: */
-//#define CONFIG_CMDLINE_EDITING 1
//#define CONFIG_AUTO_COMPLETE 1
#define CONFIG_SYS_LONGHELP 1
#endif /* CONFIG_H */
-