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:40:40 +01:00 committed by GitHub
parent dc9232f25e
commit 81b6657703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,7 +243,7 @@ pub fn init() -> Result<Board, ()> {
let uarte = hal::uarte::Uarte::new(periph.UARTE1, pins, Parity::INCLUDED, Baudrate::BAUD115200);
// 🔼 --- Exercise UARTE --- 🔼
// 🔼 --- UARTE Exercise --- 🔼
Ok(Board {
leds: Leds {