From 1d286be1e43e18440d2b187ab29e3828b2e40989 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Mon, 10 Aug 2020 15:50:29 -0400 Subject: [PATCH] Switch PLUTO_MAX_MAC_CONFIG_ENTRIES to C API define --- include/icsneo/device/tree/radpluto/radplutosettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/icsneo/device/tree/radpluto/radplutosettings.h b/include/icsneo/device/tree/radpluto/radplutosettings.h index 3e408ba..037fe83 100644 --- a/include/icsneo/device/tree/radpluto/radplutosettings.h +++ b/include/icsneo/device/tree/radpluto/radplutosettings.h @@ -10,7 +10,7 @@ namespace icsneo { #endif -constexpr size_t PLUTO_MAX_MAC_CONFIG_ENTRIES = 5; +#define PLUTO_MAX_MAC_CONFIG_ENTRIES (5) #pragma pack(push, 2) typedef struct {