diff options
| author | Ilya Zhuravlev <whatever@xyz.is> | 2020-11-20 16:32:06 -0500 |
|---|---|---|
| committer | Ilya Zhuravlev <whatever@xyz.is> | 2020-11-20 16:32:06 -0500 |
| commit | 0cb8088cc42f42015400a789cac4ddd45a1ab978 (patch) | |
| tree | f4dc930d9d21517e94284bd3927821adde5ff726 /quantum/vial.h | |
| parent | 2a9405a5a87e268a9b1d9cd5438888338cc91622 (diff) | |
vial: explicitly define VIAL_PROTOCOL_VERSION as 32-bit
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 c1ff05d39a..b3df6fdbe2 100644 --- a/quantum/vial.h +++ b/quantum/vial.h @@ -18,6 +18,6 @@ #include <inttypes.h> -#define VIAL_PROTOCOL_VERSION 0x00000000 +#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000000) void vial_handle_cmd(uint8_t *data, uint8_t length); |
