vial: explicitly define VIAL_PROTOCOL_VERSION as 32-bit

This commit is contained in:
Ilya Zhuravlev 2020-11-20 16:32:06 -05:00
parent 2a9405a5a8
commit 0cb8088cc4

View file

@ -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);