remove union

This commit is contained in:
Geoffrey Merck
2020-05-08 17:30:22 +02:00
parent 93652c764e
commit c48f45d2da

View File

@@ -22,17 +22,6 @@
#include "FMNetwork.h" #include "FMNetwork.h"
#include "Defines.h" #include "Defines.h"
typedef struct
{
union
{
int pack;
char packBytes[4];
};
} SamplePack;
class CFMControl { class CFMControl {
public: public:
CFMControl(CFMNetwork* network); CFMControl(CFMNetwork* network);