X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fmware%2Freadline.h;h=ab2af7c391c625bd2a74968858e26fc125f37a54;hb=c584581268b0e96f3a4276ccf645bd8af07096f2;hp=9219bfd7945e6931d8ea498edaaf19534a41953f;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/readline.h b/bertos/mware/readline.h index 9219bfd7..ab2af7c3 100644 --- a/bertos/mware/readline.h +++ b/bertos/mware/readline.h @@ -53,7 +53,7 @@ #include -#define HISTORY_SIZE 1024 +#define HISTORY_SIZE 32 typedef int (*getc_hook)(void* user_data); typedef void (*putc_hook)(char ch, void* user_data);