Browse Source

Copter: remove unused AIRFRAME definition

mission-4.1.18
Randy Mackay 11 years ago
parent
commit
8aa5c10d53
  1. 4
      ArduCopter/Log.pde

4
ArduCopter/Log.pde

@ -709,10 +709,6 @@ static const struct LogStructure log_structure[] PROGMEM = { @@ -709,10 +709,6 @@ static const struct LogStructure log_structure[] PROGMEM = {
// Read the DataFlash log memory
static void Log_Read(uint16_t log_num, uint16_t start_page, uint16_t end_page)
{
#ifdef AIRFRAME_NAME
cliSerial->printf_P(PSTR((AIRFRAME_NAME)));
#endif
cliSerial->printf_P(PSTR("\n" FIRMWARE_STRING
"\nFree RAM: %u\n"),
(unsigned) hal.util->available_memory());

Loading…
Cancel
Save