Skip to content

Commit

Permalink
nrf_802154: rev 1d4fd62bcad0dad2a1e9f3aee27d669c6a2f5a8b
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 rlubos committed Jun 3, 2024
1 parent ad46ceb commit 9837d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nrf_802154/driver/src/nrf_802154_aes_ccm_acc_ccm.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
#include "hal/nrf_spu.h"
#define PPIB_RAD NRF_PPIB020
#define PPIB_CCM NRF_PPIB030
#ifndef NRF_DPPIC030
#define DPPIC_CCM ((NRF_DPPIC_Type *)0x53032000)
#else
#define DPPIC_CCM NRF_DPPIC030
#endif
#elif defined(NRF54L_SERIES)
#define PPIB_RAD NRF_PPIB10
#define PPIB_CCM NRF_PPIB00
Expand Down

0 comments on commit 9837d3b

Please sign in to comment.