Skip to content

Commit 589294e

Browse files
piotrkoziarrlubos
authored andcommitted
nrf_802154: rev e8be396184667824f201ec1c364f8fb0ee829aaf
This commit updates revision of the nrf_802154 component. Signed-off-by: Piotr Koziar <[email protected]>
1 parent 1ab292d commit 589294e

File tree

12 files changed

+3
-3
lines changed

12 files changed

+3
-3
lines changed

nrf_802154/driver/src/nrf_802154_peripherals_nrf53.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ extern "C" {
212212
* The DPPI channel that RADIO.CCAIDLE event publishes to
213213
*/
214214
#ifndef NRF_802154_DPPI_RADIO_CCAIDLE
215-
#define NRF_802154_DPPI_RADIO_CCAIDLE 9U
215+
#define NRF_802154_DPPI_RADIO_CCAIDLE 14U
216216
#endif
217217

218218
/**

nrf_802154/driver/src/nrf_802154_peripherals_nrf54h.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ extern "C" {
239239
* The DPPI channel that RADIO.CCAIDLE event publishes to
240240
*/
241241
#ifndef NRF_802154_DPPI_RADIO_CCAIDLE
242-
#define NRF_802154_DPPI_RADIO_CCAIDLE 9U
242+
#define NRF_802154_DPPI_RADIO_CCAIDLE 14U
243243
#endif
244244

245245
/**

nrf_802154/driver/src/nrf_802154_peripherals_nrf54l.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ extern "C" {
239239
* The DPPI channel that RADIO.CCAIDLE event publishes to
240240
*/
241241
#ifndef NRF_802154_DPPI_RADIO_CCAIDLE
242-
#define NRF_802154_DPPI_RADIO_CCAIDLE 9U
242+
#define NRF_802154_DPPI_RADIO_CCAIDLE 14U
243243
#endif
244244

245245
/**
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 commit comments

Comments
 (0)