- enables sync data

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1092 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-27 06:54:33 +00:00
parent f88d6b8eed
commit f78c30c4de
3 changed files with 18 additions and 10 deletions
+2
View File
@@ -31,6 +31,8 @@ enum frame_type
#pragma pack(1)
typedef struct _sync_t
{
uint8_t data[10];
} sync_t;
typedef struct _preamble_t