mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: fixed example firmware
This commit is contained in:
parent
5406699ec8
commit
6249abaf8f
|
@ -10,7 +10,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||||
#define NUM_CHANNELS 4
|
#define NUM_CHANNELS 4
|
||||||
#define ESC_MAGIC 0xF7
|
#define ESC_MAGIC 0xF7
|
||||||
#define RC_SPEED 490
|
#define RC_SPEED 490
|
||||||
#define UART uartE
|
#define UART serial(4)
|
||||||
|
|
||||||
class RC_UART : public AP_HAL::HAL::Callbacks {
|
class RC_UART : public AP_HAL::HAL::Callbacks {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue