4
0
mirror of https://github.com/QuasarApp/Patronum.git synced 2025-05-14 07:59:35 +00:00

update quasarapplib

This commit is contained in:
Andrei Yankovich 2022-07-10 13:43:46 +03:00
parent 083be27856
commit d19833b81d
2 changed files with 3 additions and 3 deletions
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;
};