mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-10 06:32:21 +00:00
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:
parent
d6470363d4
commit
dc9232f25e
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue