Searched refs:NRF_STRING_CONCATENATE_IMPL (Results 1 – 1 of 1) sorted by relevance
40 #ifndef NRF_STRING_CONCATENATE_IMPL41 #define NRF_STRING_CONCATENATE_IMPL(lhs, rhs) lhs ## rhs macro44 #define NRF_STRING_CONCATENATE(lhs, rhs) NRF_STRING_CONCATENATE_IMPL(lhs, rhs)