aboutsummaryrefslogtreecommitdiff
path: root/examples/resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/resource.rs')
-rw-r--r--examples/resource.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resource.rs b/examples/resource.rs
index 693ce896..dca0b370 100644
--- a/examples/resource.rs
+++ b/examples/resource.rs
@@ -61,7 +61,7 @@ mod app {
let local_to_uart0 = cx.local.local_to_uart0;
// 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();
}