AP_GPS: Log SBF commanded disarms

This commit is contained in:
Michael du Breuil 2019-11-11 23:19:23 -07:00 committed by WickedShell
parent 7582a5b4a4
commit 8ca6535661

View File

@ -404,7 +404,7 @@ void AP_GPS_SBF::mount_disk (void) const {
void AP_GPS_SBF::unmount_disk (void) const {
const char* command = "emd, DSK1, Unmount\n";
Debug("Unmounting disk");
gcs().send_text(MAV_SEVERITY_DEBUG, "SBF unmounting disk");
port->write((const uint8_t*)command, strlen(command));
}