Skip to content

Commit 9ed96ae

Browse files
committed
add comment
1 parent b5d7538 commit 9ed96ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/uart-dma.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ fn main() -> ! {
187187
}
188188
}
189189

190+
// to test this, connect the RX and TX pins together for a loopback
191+
// - so you can listen to what you just sent.
192+
190193
uart3_write(b"hello world\r").expect("Failed to write to UART3");
191194
let _response = uart3_read_until(b'\r').expect("Failed to read from UART3");
192195
// ... do something with response

0 commit comments

Comments
 (0)