mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_PerfMon: removed unused blocking_writes
Signed-off-by: Daniel Frenzel <dgdanielf@gmail.com>
This commit is contained in:
parent
b1a9d6bbcc
commit
df075b8f63
@ -126,7 +126,6 @@ void AP_PerfMon::DisplayResults()
|
||||
uint32_t sumOfTime = 0;
|
||||
uint32_t unExplainedTime;
|
||||
uint8_t order[PERFMON_MAX_FUNCTIONS];
|
||||
bool blocking_writes;
|
||||
|
||||
// record end time
|
||||
if( allEndTime == 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user