Skip to content

Commit

Permalink
nrf_802154: rev e8be396184667824f201ec1c364f8fb0ee829aaf
Browse files Browse the repository at this point in the history
This commit updates revision of the nrf_802154 component.

Signed-off-by: Piotr Koziar <[email protected]>
  • Loading branch information
piotrkoziar authored and nordicjm committed Dec 6, 2024
1 parent 1ab292d commit 159dc65
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nrf_802154/driver/src/nrf_802154_peripherals_nrf53.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ extern "C" {
* The DPPI channel that RADIO.CCAIDLE event publishes to
*/
#ifndef NRF_802154_DPPI_RADIO_CCAIDLE
#define NRF_802154_DPPI_RADIO_CCAIDLE 9U
#define NRF_802154_DPPI_RADIO_CCAIDLE 14U
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion nrf_802154/driver/src/nrf_802154_peripherals_nrf54h.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ extern "C" {
* The DPPI channel that RADIO.CCAIDLE event publishes to
*/
#ifndef NRF_802154_DPPI_RADIO_CCAIDLE
#define NRF_802154_DPPI_RADIO_CCAIDLE 9U
#define NRF_802154_DPPI_RADIO_CCAIDLE 14U
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion nrf_802154/driver/src/nrf_802154_peripherals_nrf54l.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ extern "C" {
* The DPPI channel that RADIO.CCAIDLE event publishes to
*/
#ifndef NRF_802154_DPPI_RADIO_CCAIDLE
#define NRF_802154_DPPI_RADIO_CCAIDLE 9U
#define NRF_802154_DPPI_RADIO_CCAIDLE 14U
#endif

/**
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 159dc65

Please sign in to comment.