Change type to support "dump all with -1"

This commit is contained in:
Doug Weibel 2011-11-24 18:53:02 -07:00
parent 4a07bb3127
commit 516216f159
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ print_log_menu(void)
static int8_t
dump_log(uint8_t argc, const Menu::arg *argv)
{
byte dump_log;
int dump_log;
int dump_log_start;
int dump_log_end;
byte last_log_num;