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:
Peter Barker 2025-01-13 16:16:17 +11:00 committed by Peter Barker
parent 0c9aaa2ae6
commit af908c5d2f
2 changed files with 0 additions and 3 deletions

View File

@ -266,7 +266,6 @@ void SIMState::fdm_input_local(void)
set_height_agl();
_synthetic_clock_mode = true;
_update_count++;
}

View File

@ -99,8 +99,6 @@ private:
uint16_t _irlock_port;
float _current;
bool _synthetic_clock_mode;
bool _use_rtscts;
bool _use_fg_view;