This commit is contained in:
2026-02-17 14:58:48 +03:00
parent 5cfa67d6a1
commit 1841664b63

View File

@@ -289,7 +289,7 @@ public:
HARDWARE_T* hardware, HARDWARE_T* hardware,
MOUNT_T* mount, MOUNT_T* mount,
CallbackFuncT&& mode_switch_callback = [](typename MOUNT_T::mount_status_t const&) {}) CallbackFuncT&& mode_switch_callback = [](typename MOUNT_T::mount_status_t const&) {})
: MccSimpleMovementControls(hardware, mount, mount, mode_switch_callback, mount) : MccSimpleMovementControls(hardware, mount, mount, std::forward<CallbackFuncT>(mode_switch_callback), mount)
{ {
} }