Skip to content

Commit ad1657f

Browse files
ankunskartben
authored andcommitted
modules: hal_nordic: remove setting of NRF_802154_USE_RAW_API
The non-raw API has been removed from the nRF 802.15.4 Radio Driver. There is no need to set NRF_802154_USE_RAW_API macro anymore in CMakeLists.txt that integrates the driver. Signed-off-by: Andrzej Kuroś <[email protected]>
1 parent 9a0ff57 commit ad1657f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/hal_nordic/nrf_802154/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ endif ()
3333

3434
target_compile_definitions(zephyr-802154-interface
3535
INTERFACE
36-
# Radio driver shim layer uses raw api
37-
NRF_802154_USE_RAW_API=1
38-
3936
# Number of slots containing short addresses of nodes for which
4037
# pending data is stored.
4138
NRF_802154_PENDING_SHORT_ADDRESSES=${CONFIG_NRF_802154_PENDING_SHORT_ADDRESSES}

0 commit comments

Comments
 (0)