Fix error values to be unique

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-09-08 01:15:08 +02:00
parent 5bcf6efe57
commit 2bd57ee0dd
No known key found for this signature in database
GPG key ID: D850A5F772E880F9

View file

@ -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 {