Plane: log_terrain_data no longer takes a DataFlash argument
This commit is contained in:
parent
f896f6538b
commit
76b31f315a
@ -286,7 +286,7 @@ void Plane::one_second_loop()
|
|||||||
|
|
||||||
#if AP_TERRAIN_AVAILABLE
|
#if AP_TERRAIN_AVAILABLE
|
||||||
if (should_log(MASK_LOG_GPS)) {
|
if (should_log(MASK_LOG_GPS)) {
|
||||||
terrain.log_terrain_data(DataFlash);
|
terrain.log_terrain_data();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user