Try to fix struct
This commit is contained in:
parent
c49a695ddb
commit
46d3dafca1
|
|
@ -34,7 +34,7 @@ typedef struct transData {
|
||||||
} transData;
|
} transData;
|
||||||
|
|
||||||
// Initialize our Data Structure. we write over it every time to avoid mallocing memory repeatedly
|
// Initialize our Data Structure. we write over it every time to avoid mallocing memory repeatedly
|
||||||
transData theData;
|
transData TransmissionData;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue