AP_IOMCU: rename sbus_out.cpp to rc.cpp

will also handle DSM input on USART1
This commit is contained in:
Andrew Tridgell 2018-11-01 09:13:28 +11:00
parent 4d64b86f87
commit c57fe83217
3 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 = {