diff --git a/include/Uhrtypes/DE11x11.v3.hpp b/include/Uhrtypes/DE11x11.v3.hpp index 6f079694..a5a7b681 100644 --- a/include/Uhrtypes/DE11x11.v3.hpp +++ b/include/Uhrtypes/DE11x11.v3.hpp @@ -66,6 +66,8 @@ class De11x11V3_t : public De11x11_t { case FrontWord::vor: case FrontWord::v_vor: setFrontMatrixWord(3, 2, 4); + break; + case FrontWord::uhr: setFrontMatrixWord(9, 0, 2); break; @@ -127,4 +129,4 @@ class De11x11V3_t : public De11x11_t { }; }; -De11x11V3_t _de11x11V3; \ No newline at end of file +De11x11V3_t _de11x11V3;