ACM : Fix enduf

This commit is contained in:
Jason Short 2012-09-10 21:25:53 -07:00
parent 24f80c632c
commit b56dc44e61
2 changed files with 2 additions and 2 deletions

View File

@ -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
// --------------------------------------

View File

@ -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);