vial: bump protocol version

This commit is contained in:
Ilya Zhuravlev 2021-02-13 14:43:57 -05:00
parent b698a4bfda
commit 48a790ee6e

View File

@ -19,7 +19,7 @@
#include <inttypes.h>
#include <stdbool.h>
#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000000)
#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000001)
void vial_handle_cmd(uint8_t *data, uint8_t length);