X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fkeytag.h;fp=bertos%2Fnet%2Fkeytag.h;h=b815a8b1b117328d770a347d55a5665d846887e0;hb=ea9f2eb7d3ab9137f317d02404ff60f6806e1bb9;hp=541005ea694c9fdb969cce3b637098ef186e5d3d;hpb=0cfd2492cdde48cab72674fcb42917da599fb547;p=bertos.git diff --git a/bertos/net/keytag.h b/bertos/net/keytag.h index 541005ea..b815a8b1 100644 --- a/bertos/net/keytag.h +++ b/bertos/net/keytag.h @@ -69,14 +69,14 @@ */ typedef struct TagPacket { - KFileSerial *tag_ser; // Tag serial - KFileSerial *comm_ser; // Communication serial - bool sync; // Status flag: true if we find an STX - uint16_t len; // Packet lenght - uint8_t buf[TAG_MAX_LEN]; // Reception buffer + KFile *tag; ///