Update down-the-stack/dk_bsc/src/lib_solution.rs

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-20 14:38:15 +01:00 committed by Mirabellensaft
parent 02ba8e534b
commit 00af8a1b9c

View file

@ -184,7 +184,7 @@ impl ops::DerefMut for Timer {
}
}
// 🔽 --- Exercise UARTE --- 🔽
// 🔽 --- UARTE Exercise --- 🔽
/// Uarte peripheral
pub struct Uarte {
inner: hal::Uarte<hal::pac::UARTE1>,