mirror of https://github.com/ArduPilot/ardupilot
SITL: adjust for START_STOP_D now not polluting global namespace
This commit is contained in:
parent
6cbb553adc
commit
a5a13f37c9
|
@ -25,8 +25,8 @@ using namespace SITL;
|
|||
// sadly, this pulls START_STOP_D etc in from the frsky header.
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
// const uint8_t START_STOP_D = 0x5E;
|
||||
// const uint8_t BYTESTUFF_D = 0x5D;
|
||||
static const uint8_t START_STOP_D = 0x5E;
|
||||
static const uint8_t BYTESTUFF_D = 0x5D;
|
||||
|
||||
void Frsky_D::handle_data(uint8_t id, uint16_t data)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue