Merged from external project:
[bertos.git] / bertos / mware / readline.h
index 9219bfd7945e6931d8ea498edaaf19534a41953f..ab2af7c391c625bd2a74968858e26fc125f37a54 100644 (file)
@@ -53,7 +53,7 @@
 
 #include <string.h>
 
-#define HISTORY_SIZE       1024
+#define HISTORY_SIZE 32
 
 typedef int (*getc_hook)(void* user_data);
 typedef void (*putc_hook)(char ch, void* user_data);