Switch PLUTO_MAX_MAC_CONFIG_ENTRIES to C API define
parent
6638cf05ae
commit
1d286be1e4
|
|
@ -10,7 +10,7 @@ namespace icsneo {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
constexpr size_t PLUTO_MAX_MAC_CONFIG_ENTRIES = 5;
|
#define PLUTO_MAX_MAC_CONFIG_ENTRIES (5)
|
||||||
|
|
||||||
#pragma pack(push, 2)
|
#pragma pack(push, 2)
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue