Try to fix struct

This commit is contained in:
franchioping 2024-06-15 22:49:16 +01:00
parent c49a695ddb
commit 46d3dafca1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef struct transData {
} transData;
// Initialize our Data Structure. we write over it every time to avoid mallocing memory repeatedly
transData theData;
transData TransmissionData;
/*