diydrones / MinimOSD-Extra

MinimOSD-Extra
69 stars 74 forks source link

Missing declarations in MAVLink.ino #19

Open KochC opened 6 years ago

KochC commented 6 years ago
/Software/MAVLink/MAVLink.ino: In function 'void request_mavlink_rates()':
MAVLink:23: error: 'apm_mav_system' was not declared in this scope
             apm_mav_system, apm_mav_component,
             ^
MAVLink:23: error: 'apm_mav_component' was not declared in this scope
             apm_mav_system, apm_mav_component,
                             ^
MAVLink:24: error: 'mavlink_msg_request_data_stream_send' was not declared in this scope
             MAVStreams[i], MAVRates[i], 1);
                                          ^