File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
modules/nrfxlib/nrf_802154 Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,12 @@ if (CONFIG_NRF_802154_RADIO_DRIVER OR CONFIG_NRF_802154_SERIALIZATION)
3737 target_link_libraries (nrf-802154-serialization-interface INTERFACE zephyr-802154-interface )
3838 endif (CONFIG_NRF_802154_SOURCE_NRFXLIB)
3939
40- target_compile_definitions (zephyr-802154-interface INTERFACE NRF_802154_ECB_PRIORITY=-1)
41- target_compile_definitions (zephyr-802154-interface INTERFACE NRF_802154_SWI_PRIORITY=1)
40+ target_compile_definitions (zephyr-802154-interface
41+ INTERFACE
42+ NRF_802154_ECB_PRIORITY=-1
43+ NRF_802154_SWI_PRIORITY=1
44+ NRF_802154_CCAIDLE_TO_TXEN_EXTRA_TIME_US=${CONFIG_NRF_802154_CCAIDLE_TO_TXEN_EXTRA_TIME_US}
45+ )
4246
4347 if (CONFIG_NRF_802154_ACK_TIMEOUT_CUSTOM_US)
4448 target_compile_definitions (zephyr-802154-interface
You can’t perform that action at this time.
0 commit comments