mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
ACM Log : fixed formatting
This commit is contained in:
parent
a6b874b591
commit
fd76bf7df4
@ -912,9 +912,8 @@ static void Log_Read(int start_page, int end_page)
|
||||
"\nFree RAM: %u\n"),
|
||||
memcheck_available_memory());
|
||||
|
||||
if(start_page > end_page)
|
||||
{
|
||||
packet_count = Log_Read_Process(start_page, DataFlash.df_NumPages);
|
||||
if(start_page > end_page){
|
||||
packet_count = Log_Read_Process(start_page, DataFlash.df_NumPages);
|
||||
packet_count += Log_Read_Process(1, end_page);
|
||||
} else {
|
||||
packet_count = Log_Read_Process(start_page, end_page);
|
||||
|
Loading…
Reference in New Issue
Block a user