Skip to content

Commit 7cf8578

Browse files
ahasztagtomchy
authored andcommitted
bootloader: Add UARTE30 peripheral cleanup
Add the cleanup, as a result also fixing the build warning about an unused function for nRF54LV15. Signed-off-by: Artur Hadasz <[email protected]>
1 parent cdbe51c commit 7cf8578

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

subsys/bootloader/bl_boot/bl_boot.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ static void uninit_used_peripherals(void)
194194
#if defined(CONFIG_HAS_HW_NRF_UARTE20)
195195
uninit_used_uarte(NRF_UARTE20);
196196
#endif
197+
#if defined(CONFIG_HAS_HW_NRF_UARTE30)
198+
uninit_used_uarte(NRF_UARTE30);
199+
#endif
197200
#endif /* CONFIG_UART_NRFX */
198201

199202
nrf_clock_int_disable(NRF_CLOCK, 0xFFFFFFFF);

0 commit comments

Comments
 (0)