SITL: adjust for START_STOP_D now not polluting global namespace

This commit is contained in:
Peter Barker 2020-09-29 14:29:59 +10:00 committed by Peter Barker
parent 6cbb553adc
commit a5a13f37c9
1 changed files with 2 additions and 2 deletions

View File

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