diff --git a/src/boards.c b/src/boards.c index 7cd00141..215ae407 100644 --- a/src/boards.c +++ b/src/boards.c @@ -149,6 +149,9 @@ void board_teardown(void) // Stop LF clock NRF_CLOCK->TASKS_LFCLKSTOP = 1UL; + + // Stop UART0 + NRF_UART0->ENABLE = 0; } static uint32_t _systick_count = 0;