mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-05-14 07:59:35 +00:00
update quasarapplib
This commit is contained in:
parent
083be27856
commit
d19833b81d
Patronum
@ -1 +1 @@
|
||||
Subproject commit 7646d2a6dbafc71d525d2e056f7df92e663fc0ac
|
||||
Subproject commit f5ca59a2e9f7d65556d635790e6a7fbfff3a28a5
|
@ -43,12 +43,12 @@ struct Header {
|
||||
/**
|
||||
* @brief size This is size of package data (exclude header size).
|
||||
*/
|
||||
unsigned short size: 12;
|
||||
unsigned short size: 13;
|
||||
|
||||
/**
|
||||
* @brief cmd This is workCommand
|
||||
*/
|
||||
unsigned char cmd: 4;
|
||||
unsigned char cmd: 3;
|
||||
|
||||
bool isValid() const;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user