mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Sub: log_terrain_data no longer takes a DataFlash argument
This commit is contained in:
parent
76b31f315a
commit
9783bf730f
@ -22,7 +22,7 @@ void Sub::terrain_logging()
|
|||||||
{
|
{
|
||||||
#if AP_TERRAIN_AVAILABLE && AC_TERRAIN
|
#if AP_TERRAIN_AVAILABLE && AC_TERRAIN
|
||||||
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