...
This commit is contained in:
@@ -1130,7 +1130,7 @@ protected:
|
||||
|
||||
auto t_err = mount_ptr->telemetryData(&tdata);
|
||||
if (t_err) {
|
||||
err = mcc_deduce_error_code(t_err, MccGenericMountNetworkServerErrorCode::ERROR_MOUNT_GET_TELEMETRY);
|
||||
err = mcc_deduced_err(t_err, MccGenericMountNetworkServerErrorCode::ERROR_MOUNT_GET_TELEMETRY);
|
||||
} else {
|
||||
output_msg.construct(MCC_COMMPROTO_KEYWORD_SERVER_ACK_STR, MCC_COMMPROTO_KEYWORD_TELEMETRY_STR,
|
||||
_coordFormat, _coordPrec, tdata);
|
||||
|
||||
Reference in New Issue
Block a user