Update auth server docs and fix some styling
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#define CARD_CHECK_LENGTH 2
|
||||
#define CARD_HEAD_BYTE 0x2
|
||||
#define CARD_TAIL_BYTE 0x3
|
||||
|
||||
struct __attribute__((packed)) cardData {
|
||||
char head;
|
||||
char data[CARD_DATA_LENGTH];
|
||||
|
||||
Reference in New Issue
Block a user