mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-07 06:02:22 -04:00
fw: Fix erroneous type in frame header
This commit is contained in:
parent
0ea0eeb967
commit
f13366538e
2 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ enum status {
|
|||
struct frame_header {
|
||||
uint8_t id;
|
||||
enum endpoints endpoint;
|
||||
enum cmdlen len;
|
||||
size_t len;
|
||||
};
|
||||
|
||||
/*@ -exportlocal @*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue