FIXED PRAGMA PACK(1)!!!

Never ever again trust ChatGPT
This commit is contained in:
2024-04-29 04:19:12 +02:00
parent 7dc557c9a7
commit 581ffc9ed9

2
CLS.h
View File

@@ -35,7 +35,7 @@ typedef struct CLS_Position {
CLS_Position_Type_t p1:4;
} CLS_Position_t;
#pragma pack(1) // 1 byte alignment
typedef struct CLS_HeatbeatData
{
struct