mirror of https://github.com/ArduPilot/ardupilot
HAL_PX4: cope with PX4 header changes
This commit is contained in:
parent
1f9ed423c4
commit
335e621932
|
@ -7,6 +7,11 @@
|
||||||
#include <systemlib/perf_counter.h>
|
#include <systemlib/perf_counter.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef RC_INPUT_MAX_CHANNELS
|
||||||
|
#define RC_INPUT_MAX_CHANNELS 18
|
||||||
|
#endif
|
||||||
|
|
||||||
class PX4::PX4RCInput : public AP_HAL::RCInput {
|
class PX4::PX4RCInput : public AP_HAL::RCInput {
|
||||||
public:
|
public:
|
||||||
void init(void* machtnichts);
|
void init(void* machtnichts);
|
||||||
|
|
Loading…
Reference in New Issue