mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 08:15:36 +00:00
correct message
This commit is contained in:
parent
71ad8b0b5a
commit
59a08c6854
1 changed files with 1 additions and 6 deletions
|
@ -14,14 +14,9 @@ fn main() -> ! {
|
|||
// to `defmt-trace` by changing the `default = []` entry in `[features]`
|
||||
|
||||
let board = dk_bsc::init().unwrap();
|
||||
|
||||
let mut uarte = board.uarte;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
let tx_buffer = "Hello\n";
|
||||
let tx_buffer = "Hello, World!\n";
|
||||
uarte.write_str(tx_buffer).unwrap();
|
||||
|
||||
// this program does not `exit`; use Ctrl+C to terminate it
|
||||
|
|
Loading…
Reference in a new issue