This commit is contained in:
Timur A. Fatkhullin
2025-08-27 00:04:06 +03:00
parent 052d4e2eb4
commit 4bf95c1043
3 changed files with 187 additions and 6 deletions

View File

@@ -847,6 +847,9 @@ concept mcc_generic_mount_c = mcc_telemetry_c<T> && mcc_pzone_container_c<T> &&
// stop any movement
{ t.stopMount() } -> std::same_as<typename T::error_t>;
// init mount
{ t.initMount() };
};