Skip to content

Commit be6a5b8

Browse files
authored
Merge pull request #2 from mwkroening/mutex-output
3-mutex-example: Update expected output
2 parents ca059ff + 5773ade commit be6a5b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nrf52/examples/3-mutex.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
//! Expected output:
1414
//!
1515
//! ```
16-
//! B: before recv
17-
//! A: before send
18-
//! A: after send
16+
//! B: before lock
17+
//! A: before write
18+
//! A: after releasing the lock
1919
//! A: yield
2020
//! B: 42
2121
//! DONE

0 commit comments

Comments
 (0)