mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1517 Fixed a static declaration issue.
This commit is contained in:
parent
2e472ec80c
commit
f6e4e72ec2
@ -49,8 +49,8 @@ private slots:
|
||||
void enableButtons(bool enable);
|
||||
|
||||
private:
|
||||
const int LOW_PWM_OUTPUT_PULSE_LENGTH_MICROSECONDS = 1000;
|
||||
const int HIGH_PWM_OUTPUT_PULSE_LENGTH_MICROSECONDS = 2000;
|
||||
static const int LOW_PWM_OUTPUT_PULSE_LENGTH_MICROSECONDS = 1000;
|
||||
static const int HIGH_PWM_OUTPUT_PULSE_LENGTH_MICROSECONDS = 2000;
|
||||
Ui::EscCalibrationPage *ui;
|
||||
bool m_isCalibrating;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user