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:35:28 +01:00 committed by Mirabellensaft
parent ad8e7c2896
commit be5d72a8c6

View file

@ -36,7 +36,7 @@ pub struct Board {
// 🔼 --- Button Exercise --- 🔼
/// Timer
pub timer: Timer,
// 🔽 --- Exercise UARTE --- 🔽
// 🔽 --- UARTE Exercise --- 🔽
/// uarte interface
pub uarte: Uarte,
// 🔼 --- Exercise UARTE --- 🔼