diff --git a/firmware/application/apps/ert_app.hpp b/firmware/application/apps/ert_app.hpp index d7488860..14eb61c0 100644 --- a/firmware/application/apps/ert_app.hpp +++ b/firmware/application/apps/ert_app.hpp @@ -50,6 +50,8 @@ struct ERTKey { { } + ERTKey( const ERTKey& other ) = default; + ERTKey& operator=(const ERTKey& other) { id = other.id; commodity_type = other.commodity_type;