diff options
| author | Ilya Zhuravlev <whatever@xyz.is> | 2022-03-27 20:09:08 -0600 |
|---|---|---|
| committer | Ilya Zhuravlev <whatever@xyz.is> | 2022-03-27 20:09:08 -0600 |
| commit | 2ba865ecbe47dbda4be5613a430147d856b42bef (patch) | |
| tree | 4bc63632da432c1cd2e6c55da79f93f452374870 /quantum/vial.h | |
| parent | e9745af305c3d1e6e1e32ba0c93bd158e7f0467d (diff) | |
vial: bump protocol version
Diffstat (limited to 'quantum/vial.h')
| -rw-r--r-- | quantum/vial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/vial.h b/quantum/vial.h index f7add46348..46db3706c7 100644 --- a/quantum/vial.h +++ b/quantum/vial.h @@ -22,7 +22,7 @@ #include "eeprom.h" #include "action.h" -#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000004) +#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000005) #define VIAL_RAW_EPSIZE 32 void vial_init(void); |
