mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
remove union
This commit is contained in:
11
FMControl.h
11
FMControl.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user