mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Remove superfluous parameter cache load message
This commit is contained in:
committed by
Lorenz Meier
parent
0419a99f00
commit
ae3838ff2e
@@ -114,9 +114,6 @@ MavlinkParametersManager::handle_message(const mavlink_message_t *msg)
|
||||
|
||||
/* Whatever the value is, we're being told to stop sending */
|
||||
if (strncmp(name, "_HASH_CHECK", sizeof(name)) == 0) {
|
||||
char buf[MAVLINK_MSG_STATUSTEXT_FIELD_TEXT_LEN];
|
||||
sprintf(buf, "[pm] hash load stopped param listing");
|
||||
_mavlink->send_statustext_info(buf);
|
||||
_send_all_index = -1;
|
||||
/* No other action taken, return */
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user