Copter: make EV log messages critical

these should be a high priority
This commit is contained in:
Andrew Tridgell 2015-11-02 20:28:02 +11:00
parent 9b37c29efa
commit 99b448d1bb
1 changed files with 1 additions and 1 deletions

View File

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