Skip to content

Commit

Permalink
modules: hal_nordic: remove setting of NRF_802154_USE_RAW_API
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ankuns authored and kartben committed Jan 3, 2025
1 parent 9a0ff57 commit ad1657f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/hal_nordic/nrf_802154/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ endif ()

target_compile_definitions(zephyr-802154-interface
INTERFACE
# Radio driver shim layer uses raw api
NRF_802154_USE_RAW_API=1

# Number of slots containing short addresses of nodes for which
# pending data is stored.
NRF_802154_PENDING_SHORT_ADDRESSES=${CONFIG_NRF_802154_PENDING_SHORT_ADDRESSES}
Expand Down

0 comments on commit ad1657f

Please sign in to comment.