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:11 +01:00 committed by Mirabellensaft
parent acf5e19bf6
commit 5742cea3f2

View file

@ -232,7 +232,7 @@ pub fn init() -> Result<Board, ()> {
let timer = hal::Timer::new(periph.TIMER0);
// 🔽 --- Exercise UARTE --- 🔽
// 🔽 --- UARTE Exercise --- 🔽
// Uarte
let pins = hal::uarte::Pins {
rxd: pins.p0_08.degrade().into_floating_input(),