From 00af8a1b9c3e0e2bc8c6ae9e267f9fe237f11666 Mon Sep 17 00:00:00 2001 From: Tanks Transfeld Date: Mon, 20 Mar 2023 14:38:15 +0100 Subject: [PATCH] Update down-the-stack/dk_bsc/src/lib_solution.rs Co-authored-by: Jonathan Pallant --- down-the-stack/dk_bsc/src/lib_solution.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/down-the-stack/dk_bsc/src/lib_solution.rs b/down-the-stack/dk_bsc/src/lib_solution.rs index c181fee..ff43568 100644 --- a/down-the-stack/dk_bsc/src/lib_solution.rs +++ b/down-the-stack/dk_bsc/src/lib_solution.rs @@ -184,7 +184,7 @@ impl ops::DerefMut for Timer { } } -// 🔽 --- Exercise UARTE --- 🔽 +// 🔽 --- UARTE Exercise --- 🔽 /// Uarte peripheral pub struct Uarte { inner: hal::Uarte,