mirror of https://github.com/ArduPilot/ardupilot
ACM : Fix enduf
This commit is contained in:
parent
24f80c632c
commit
b56dc44e61
|
@ -937,7 +937,7 @@ static bool usb_connected;
|
|||
|
||||
#if CLI_ENABLED == ENABLED
|
||||
static int8_t setup_show (uint8_t argc, const Menu::arg *argv);
|
||||
#enduf
|
||||
#endif
|
||||
|
||||
// Camera/Antenna mount tracking and stabilisation stuff
|
||||
// --------------------------------------
|
||||
|
|
|
@ -965,7 +965,7 @@ static void Log_Read(int16_t start_page, int16_t end_page)
|
|||
|
||||
#if CLI_ENABLED == ENABLED
|
||||
setup_show(NULL, NULL);
|
||||
#enduf
|
||||
#endif
|
||||
|
||||
if(start_page > end_page) {
|
||||
packet_count = Log_Read_Process(start_page, DataFlash.df_NumPages);
|
||||
|
|
Loading…
Reference in New Issue