mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_GPS: Log SBF commanded disarms
This commit is contained in:
parent
7582a5b4a4
commit
8ca6535661
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user