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
dc9232f25e
commit
81b6657703
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue