mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: fixed mavlink1 dependency on px4
This commit is contained in:
parent
ef4d7e5618
commit
309dbef2ec
@ -21,7 +21,11 @@
|
||||
#include <drivers/drv_pwm_output.h>
|
||||
#include <systemlib/mixer/mixer.h>
|
||||
#include <modules/px4iofirmware/protocol.h>
|
||||
#if MAVLINK_PROTOCOL_VERSION == 2
|
||||
#include <GCS_MAVLink/include/mavlink/v2.0/checksum.h>
|
||||
#else
|
||||
#include <GCS_MAVLink/include/mavlink/v1.0/checksum.h>
|
||||
#endif
|
||||
|
||||
#define PX4_LIM_RC_MIN 900
|
||||
#define PX4_LIM_RC_MAX 2100
|
||||
|
Loading…
Reference in New Issue
Block a user