Browse Source

Copter: make EV log messages critical

these should be a high priority
master
Andrew Tridgell 9 years ago
parent
commit
99b448d1bb
  1. 2
      ArduCopter/Log.cpp

2
ArduCopter/Log.cpp

@ -466,7 +466,7 @@ void Copter::Log_Write_Event(uint8_t id) @@ -466,7 +466,7 @@ void Copter::Log_Write_Event(uint8_t id)
time_us : hal.scheduler->micros64(),
id : id
};
DataFlash.WriteBlock(&pkt, sizeof(pkt));
DataFlash.WriteCriticalBlock(&pkt, sizeof(pkt));
}
}

Loading…
Cancel
Save