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 "Defines.h"
typedef struct
{
union
{
int pack;
char packBytes[4];
};
} SamplePack;
class CFMControl {
public:
CFMControl(CFMNetwork* network);