Browse Source

Fixed wrong location of offset constant

QGC4.4
Lorenz Meier 11 years ago
parent
commit
27059629d2
  1. 1
      src/comm/MAVLinkSimulationLink.h
  2. 2
      src/comm/QGCHilLink.h

1
src/comm/MAVLinkSimulationLink.h

@ -126,7 +126,6 @@ protected: @@ -126,7 +126,6 @@ protected:
static const int8_t systemId = 220;
static const uint8_t componentId = 200;
static const uint16_t version = 1000;
static const unsigned int barometerOffsetkPa = 2;
signals:
void valueChanged(int uasId, QString curve, double value, quint64 usec);

2
src/comm/QGCHilLink.h

@ -72,6 +72,8 @@ public slots: @@ -72,6 +72,8 @@ public slots:
protected:
virtual void setName(QString name) = 0;
static const unsigned int barometerOffsetkPa = 2;
signals:
/**
* @brief This signal is emitted instantly when the link is connected

Loading…
Cancel
Save