mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_IOMCU: rename sbus_out.cpp to rc.cpp
will also handle DSM input on USART1
This commit is contained in:
parent
4d64b86f87
commit
c57fe83217
@ -24,7 +24,7 @@
|
||||
#include <AP_HAL_ChibiOS/RCInput.h>
|
||||
#include <AP_HAL_ChibiOS/RCOutput.h>
|
||||
#include "analog.h"
|
||||
#include "sbus_out.h"
|
||||
#include "rc.h"
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "sbus_out.h"
|
||||
#include "rc.h"
|
||||
#include <AP_SBusOut/AP_SBusOut.h>
|
||||
|
||||
static const SerialConfig uart3_cfg = {
|
Loading…
Reference in New Issue
Block a user