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