Skip to content

Commit b1e0bac

Browse files
mbolivar-nordiccfriedt
authored andcommitted
soc: nordic_nrf: add NRF_RADIO base address check
Update validate_base_addresses.c for the RADIO peripheral. Signed-off-by: Martí Bolívar <[email protected]>
1 parent ef54f3d commit b1e0bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/arm/nordic_nrf/validate_base_addresses.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ CHECK_I2C_REG(i2c0, 0);
124124
CHECK_I2C_REG(i2c1, 1);
125125
CHECK_DT_REG(i2c2, NRF_TWIM2);
126126
CHECK_DT_REG(i2c3, NRF_TWIM3);
127+
CHECK_DT_REG(radio, NRF_RADIO);
127128
CHECK_UART_REG(uart0, 0);
128129
CHECK_DT_REG(uart1, NRF_UARTE1);
129130
CHECK_DT_REG(uart2, NRF_UARTE2);

0 commit comments

Comments
 (0)