This commit is contained in:
2026-02-17 18:27:57 +03:00
parent 578339fd8b
commit 1a8e1bbed0
2 changed files with 5 additions and 5 deletions

View File

@@ -437,7 +437,7 @@ public:
};
auto log_pos = [logger, this](typename TELEMETRY_T::telemetry_data_t const& tdata) {
auto log_pos = [logger, this](typename TELEMETRY_T::telemetry_data_t const& tdata) -> error_t {
double x_mnt, y_mnt, x_tag, y_tag;
std::conditional_t<mccIsEquatorialMount(HARDWARE_T::mountType), MccSkyHADEC_OBS,