diff options
Diffstat (limited to 'examples/resource-user-struct.rs')
-rw-r--r-- | examples/resource-user-struct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resource-user-struct.rs b/examples/resource-user-struct.rs index 1ebaa59e..ae1918d0 100644 --- a/examples/resource-user-struct.rs +++ b/examples/resource-user-struct.rs @@ -39,7 +39,7 @@ mod app { // `shared` cannot be accessed from this context #[idle] fn idle(_cx: idle::Context) -> ! { - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator // error: no `shared` field in `idle::Context` // _cx.shared.shared += 1; |