From c0cd1bfc6c6ee9fddf53ab31529e0a119c85b05f Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Fri, 2 Jul 2021 23:19:41 -0400 Subject: [PATCH] vial: bump protocol version --- quantum/vial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/vial.h b/quantum/vial.h index f4be5a99c3..197918765f 100644 --- a/quantum/vial.h +++ b/quantum/vial.h @@ -19,7 +19,7 @@ #include #include -#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000003) +#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000004) void vial_handle_cmd(uint8_t *data, uint8_t length);