We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf41046 commit 98c1885Copy full SHA for 98c1885
subsys/bootloader/bl_boot/bl_boot.c
@@ -53,6 +53,9 @@ static void uninit_used_peripherals(void)
53
#if defined(CONFIG_HAS_HW_NRF_UARTE2)
54
uninit_used_uarte(NRF_UARTE2);
55
#endif
56
+#if defined(CONFIG_HAS_HW_NRF_UARTE20)
57
+ uninit_used_uarte(NRF_UARTE20);
58
+#endif
59
#endif /* CONFIG_UART_NRFX */
60
61
nrf_clock_int_disable(NRF_CLOCK, 0xFFFFFFFF);
0 commit comments