1
0
Fork 0
forked from wry/wry

wire: make message ids consecutive

This commit is contained in:
Julian Orth 2024-04-08 11:55:07 +02:00
parent 17caba56b7
commit 2b35f30ed4
3 changed files with 15 additions and 0 deletions

View file

@ -32,6 +32,10 @@ msg button = 3 {
state: u32,
}
msg unused = 4 {
}
msg axis_source = 5 {
source: u32,
}