mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-20 14:54:09 -04:00
AP_HAL: remove command-line option enabling synthetic clock
it's always on, all the time this has always been set for many years
This commit is contained in:
parent
0c9aaa2ae6
commit
af908c5d2f
@ -266,7 +266,6 @@ void SIMState::fdm_input_local(void)
|
||||
|
||||
set_height_agl();
|
||||
|
||||
_synthetic_clock_mode = true;
|
||||
_update_count++;
|
||||
}
|
||||
|
||||
|
@ -99,8 +99,6 @@ private:
|
||||
uint16_t _irlock_port;
|
||||
float _current;
|
||||
|
||||
bool _synthetic_clock_mode;
|
||||
|
||||
bool _use_rtscts;
|
||||
bool _use_fg_view;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user