Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down