mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
ArduCopter: fix compiler error related to printing boarding type in dataflash logs.
This commit is contained in:
parent
4be10b4418
commit
eafc13c8d5
@ -905,11 +905,11 @@ static void Log_Read(int16_t start_page, int16_t end_page)
|
||||
memcheck_available_memory());
|
||||
|
||||
#if CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
|
||||
Serial.printf_P(PSTR("APM 2\n");
|
||||
Serial.printf_P(PSTR("APM 2\n"));
|
||||
#elif CONFIG_APM_HARDWARE == APM2_BETA_HARDWARE
|
||||
Serial.printf_P(PSTR("APM 2Beta\n");
|
||||
Serial.printf_P(PSTR("APM 2Beta\n"));
|
||||
#else
|
||||
Serial.printf_P(PSTR("APM 1\n");
|
||||
Serial.printf_P(PSTR("APM 1\n"));
|
||||
#endif
|
||||
|
||||
if(start_page > end_page){
|
||||
|
Loading…
Reference in New Issue
Block a user