From 2bd57ee0dd4d602feb64afdb250812720b6d71af Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Fri, 8 Sep 2023 01:15:08 +0200 Subject: [PATCH] Fix error values to be unique Signed-off-by: TheJackiMonster --- interface_lib/include/device4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_lib/include/device4.h b/interface_lib/include/device4.h index 730cce8..f2e6a2f 100644 --- a/interface_lib/include/device4.h +++ b/interface_lib/include/device4.h @@ -107,7 +107,7 @@ enum device4_error_t { DEVICE4_ERROR_UNEXPECTED = 6, DEVICE4_ERROR_WRONG_HEAD = 7, DEVICE4_ERROR_INVALID_LENGTH = 8, - DEVICE4_ERROR_UNKNOWN = 8, + DEVICE4_ERROR_UNKNOWN = 9, }; struct __attribute__((__packed__)) device4_packet_t {