We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9539cdf commit 5e5a498Copy full SHA for 5e5a498
mcux/middleware/wifi_nxp/wlcmgr/wlan_enhanced_tests.c
@@ -16,7 +16,9 @@
16
#include <wifi.h>
17
#include <wlan_tests.h>
18
19
-#ifdef WIFI_BT_TX_PWR_LIMITS
+#if defined(WIFI_BT_TX_PWR_LIMITS_OVERRIDE)
20
+#include WIFI_BT_TX_PWR_LIMITS_OVERRIDE
21
+#elif defined(WIFI_BT_TX_PWR_LIMITS)
22
#include WIFI_BT_TX_PWR_LIMITS
23
#else
24
#error "Region tx power config not defined"
mcux/middleware/wifi_nxp/wlcmgr/wlan_txpwrlimit_cfg.c
@@ -14,7 +14,9 @@
14
#include "fsl_ocotp.h"
15
#endif
0 commit comments