summaryrefslogtreecommitdiff
path: root/interface/vsomeip/enumeration_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/vsomeip/enumeration_types.hpp')
-rw-r--r--interface/vsomeip/enumeration_types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/vsomeip/enumeration_types.hpp b/interface/vsomeip/enumeration_types.hpp
index 8f31c0d..a6bc315 100644
--- a/interface/vsomeip/enumeration_types.hpp
+++ b/interface/vsomeip/enumeration_types.hpp
@@ -42,7 +42,7 @@ enum class return_code_e : uint8_t {
E_WRONG_PROTOCOL_VERSION = 0x07,
E_WRONG_INTERFACE_VERSION = 0x08,
E_MALFORMED_MESSAGE = 0x09,
- E_WRONG_MESSAGE_TYPE = 0xA,
+ E_WRONG_MESSAGE_TYPE = 0x0A,
E_UNKNOWN = 0xFF
};