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 cdbe51c commit 7cf8578Copy full SHA for 7cf8578
subsys/bootloader/bl_boot/bl_boot.c
@@ -194,6 +194,9 @@ static void uninit_used_peripherals(void)
194
#if defined(CONFIG_HAS_HW_NRF_UARTE20)
195
uninit_used_uarte(NRF_UARTE20);
196
#endif
197
+#if defined(CONFIG_HAS_HW_NRF_UARTE30)
198
+ uninit_used_uarte(NRF_UARTE30);
199
+#endif
200
#endif /* CONFIG_UART_NRFX */
201
202
nrf_clock_int_disable(NRF_CLOCK, 0xFFFFFFFF);
0 commit comments