aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorcrispaudio <[email protected]>2025-08-29 12:44:40 +0200
committercrispaudio <[email protected]>2025-10-10 07:01:23 +0200
commita12299d35d4641a8dfee27c52ec274257815cb3f (patch)
tree9378f9496f4782ac95acf0b2fea7b8ac4f99ccfb /examples
parentc685d80578b0fea8f66f8f8c858c9d59857586b5 (diff)
mspm0-i2c-target: fix comment in example
Diffstat (limited to 'examples')
-rw-r--r--examples/mspm0g3507/src/bin/i2c_target.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mspm0g3507/src/bin/i2c_target.rs b/examples/mspm0g3507/src/bin/i2c_target.rs
index b1336cdd2..cb1d315fe 100644
--- a/examples/mspm0g3507/src/bin/i2c_target.rs
+++ b/examples/mspm0g3507/src/bin/i2c_target.rs
@@ -1,4 +1,4 @@
1//! Example of using blocking I2C 1//! Example of using async I2C target
2//! 2//!
3//! This uses the virtual COM port provided on the LP-MSPM0G3507 board. 3//! This uses the virtual COM port provided on the LP-MSPM0G3507 board.
4 4