mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
comment out line that doesn't compile
This commit is contained in:
parent
cd4e8183f6
commit
ae1f9008a4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ mod app {
|
||||||
let local_to_uart0 = cx.local.local_to_uart0;
|
let local_to_uart0 = cx.local.local_to_uart0;
|
||||||
|
|
||||||
// error: no `local_to_uart1` field in `uart0::LocalResources`
|
// error: no `local_to_uart1` field in `uart0::LocalResources`
|
||||||
cx.local.local_to_uart1 += 1;
|
// cx.local.local_to_uart1 += 1;
|
||||||
|
|
||||||
hprintln!("UART0: local_to_uart0 = {}", local_to_uart0).unwrap();
|
hprintln!("UART0: local_to_uart0 = {}", local_to_uart0).unwrap();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue