vial: bump protocol version
This commit is contained in:
parent
b698a4bfda
commit
48a790ee6e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user