We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7593939 commit 352db62Copy full SHA for 352db62
nrf70_bm_lib/source/radio_test/nrf70_bm_core.c
@@ -89,7 +89,7 @@ int nrf70_bm_rt_fmac_init(void)
89
&tx_pwr_ctrl_params,
90
&tx_pwr_ceil_params,
91
&board_params,
92
- STRINGIFY(CONFIG_NRF70_REG_DOMAIN));
+ STR(CONFIG_NRF70_REG_DOMAIN));
93
if (status != NRF_WIFI_STATUS_SUCCESS) {
94
NRF70_LOG_ERR("Failed to initialize device\n");
95
goto deinit;
nrf70_bm_lib/source/system/nrf70_bm_core.c
@@ -390,7 +390,7 @@ int nrf70_bm_sys_fmac_init(void)
390
391
392
393
394
395
396
0 commit comments