mirror of https://github.com/ArduPilot/ardupilot
AP_Terrain: libraries_Text_revision
text revision of messages
This commit is contained in:
parent
40caec8afb
commit
f02e13b107
|
@ -385,7 +385,7 @@ bool AP_Terrain::allocate(void)
|
|||
cache = (struct grid_cache *)calloc(TERRAIN_GRID_BLOCK_CACHE_SIZE, sizeof(cache[0]));
|
||||
if (cache == nullptr) {
|
||||
enable.set(0);
|
||||
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_CRITICAL, "Terrain: allocation failed");
|
||||
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_CRITICAL, "Terrain: Allocation failed");
|
||||
return false;
|
||||
}
|
||||
cache_size = TERRAIN_GRID_BLOCK_CACHE_SIZE;
|
||||
|
|
Loading…
Reference in New Issue