X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Freadline.h;h=a106a4cefb5bc02166f9d45fa011ed039b9e40cb;hb=d43c956fc9313bda9ddbd2cc66d910e22dc7a9c5;hp=9219bfd7945e6931d8ea498edaaf19534a41953f;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/readline.h b/bertos/mware/readline.h index 9219bfd7..a106a4ce 100644 --- a/bertos/mware/readline.h +++ b/bertos/mware/readline.h @@ -43,6 +43,9 @@ * \version $Id$ * * \author Giovanni Bajo + * + * $WIZ$ module_name = "readline" + * $WIZ$ module_depends = "sprintf" */ @@ -53,7 +56,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);