Browse Source

SITL: adjust for START_STOP_D now not polluting global namespace

c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
a5a13f37c9
  1. 4
      libraries/SITL/SIM_Frsky_D.cpp

4
libraries/SITL/SIM_Frsky_D.cpp

@ -25,8 +25,8 @@ using namespace SITL; @@ -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…
Cancel
Save