From 48a790ee6e4c30372193cd941692b84c17a41c01 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Sat, 13 Feb 2021 14:43:57 -0500 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 be12ea2ede..b75eb2415a 100644 --- a/quantum/vial.h +++ b/quantum/vial.h @@ -19,7 +19,7 @@ #include #include -#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000000) +#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000001) void vial_handle_cmd(uint8_t *data, uint8_t length);