hal_nordic
hal_nordic copied to clipboard
nrf_wifi: Stringify country code before passing to firmware
Country code is expected to be a string. But the build time macro is not passing a string. Use STRINGIFY
to fix this.