Switch PLUTO_MAX_MAC_CONFIG_ENTRIES to C API define

pull/25/head
Kyle Schwarz 2020-08-10 15:50:29 -04:00
parent 6638cf05ae
commit 1d286be1e4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {