AP_HAL_ChibiOS: remove stray 'No Crash Detected' diagnostic

This commit is contained in:
Peter Barker 2021-12-17 08:01:04 +11:00 committed by Andrew Tridgell
parent bdeec0868e
commit a281c3ef91
1 changed files with 0 additions and 1 deletions

View File

@ -723,7 +723,6 @@ void* Util::last_crash_dump_ptr() const
{
#if HAL_GCS_ENABLED && HAL_CRASHDUMP_ENABLE
if (last_crash_dump_size() == 0) {
GCS_SEND_TEXT(MAV_SEVERITY_INFO, "No Crash Detected!");
return nullptr;
}
return (void*)stm32_crash_dump_addr();