mirror of https://github.com/ArduPilot/ardupilot
Rover: remove unimplemented Log_Write_Performance declaration
This commit is contained in:
parent
9fbe6e624a
commit
10d89f1315
|
@ -476,7 +476,6 @@ private:
|
||||||
void gcs_retry_deferred(void);
|
void gcs_retry_deferred(void);
|
||||||
|
|
||||||
// Log.cpp
|
// Log.cpp
|
||||||
void Log_Write_Performance();
|
|
||||||
void Log_Write_Steering();
|
void Log_Write_Steering();
|
||||||
void Log_Write_Startup(uint8_t type);
|
void Log_Write_Startup(uint8_t type);
|
||||||
void Log_Write_Throttle();
|
void Log_Write_Throttle();
|
||||||
|
|
Loading…
Reference in New Issue