This commit is contained in:
Timur A. Fatkhullin
2026-02-16 21:48:22 +03:00
parent 26011e7630
commit 452bd1c3e4

View File

@@ -104,12 +104,12 @@ inline std::error_code make_error_code(MccTelemetryErrorCode ec)
template <mcc_hardware_c HARDWARE_T> template <mcc_hardware_c HARDWARE_T>
class MccTelemetry class MccTelemetry : public mcc_telemetry_interface_t<MccError>
{ {
public: public:
typedef HARDWARE_T hardware_t; typedef HARDWARE_T hardware_t;
typedef std::error_code error_t; typedef MccError error_t;
struct telemetry_data_t { struct telemetry_data_t {