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:42:19 +01:00 committed by GitHub
parent 1db5935bbb
commit 08654a53da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,7 +266,7 @@ pub fn init() -> Result<Board, ()> {
// 🔽 --- UARTE Exercise --- 🔽
uarte: Uarte { inner: uarte },
// 🔼 --- Exercise UARTE --- 🔼
// 🔼 --- UARTE Exercise --- 🔼
})
} else {
Err(())