mirror of https://github.com/ArduPilot/ardupilot
Change type to support "dump all with -1"
This commit is contained in:
parent
4a07bb3127
commit
516216f159
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue