diff options
Diffstat (limited to 'examples/pool.rs')
| -rw-r--r-- | examples/pool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pool.rs b/examples/pool.rs index 010ee44..d59bd91 100644 --- a/examples/pool.rs +++ b/examples/pool.rs @@ -61,7 +61,7 @@ mod app { // explicitly return the block to the pool drop(x); - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator } #[task(priority = 2)] |
