mirror of https://github.com/ArduPilot/ardupilot
SITL: Change build errors
This commit is contained in:
parent
693022d344
commit
d3b7bbf994
|
@ -40,6 +40,13 @@ public:
|
|||
|
||||
AP_Int8 _enable; // enable buzzer sim
|
||||
AP_Int8 _pin;
|
||||
#ifdef WITH_SITL_TONEALARM
|
||||
bool was_on;
|
||||
|
||||
uint32_t on_time;
|
||||
|
||||
bool prep_done;
|
||||
#endif
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue