Compare commits

..

No commits in common. "b51dec345f2cc9279c72d5fc9d4658f7456ec5d6" and "1f4098c73c8c09ee6edeea56aea0d4f63fa99c73" have entirely different histories.

2 changed files with 11 additions and 12 deletions

View File

@ -553,8 +553,7 @@ void FoodCube::mav_request_data()
* @description: * @description:
* @param {char*} param_id * @param {char*} param_id
*/ */
void FoodCube::mav_parameter_data(const char *param_id) void FoodCube::mav_parameter_data(const char* param_id) {
{
mavlink_message_t msg; mavlink_message_t msg;
uint8_t buf[MAVLINK_MAX_PACKET_LEN]; uint8_t buf[MAVLINK_MAX_PACKET_LEN];