[Cleanup] Move structs to separate .h/.cpp files

This commit is contained in:
Gijs Noorlander
2019-09-04 02:23:31 +02:00
parent 237df8abd9
commit beb7fee65b
45 changed files with 2864 additions and 2372 deletions
+1
View File
@@ -14,4 +14,5 @@ struct CRCStruct{
uint32_t numberOfCRCBytes=0;
};
#endif // DATASTRUCTS_CRCSTRUCT_H