aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x/src/bin/uart.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp235x/src/bin/uart.rs')
-rw-r--r--examples/rp235x/src/bin/uart.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/uart.rs b/examples/rp235x/src/bin/uart.rs
index a59f537bf..ed912b959 100644
--- a/examples/rp235x/src/bin/uart.rs
+++ b/examples/rp235x/src/bin/uart.rs
@@ -1,4 +1,4 @@
1//! This example shows how to use UART (Universal asynchronous receiver-transmitter) in the RP2040 chip. 1//! This example shows how to use UART (Universal asynchronous receiver-transmitter) in the RP235x chip.
2//! 2//!
3//! No specific hardware is specified in this example. Only output on pin 0 is tested. 3//! No specific hardware is specified in this example. Only output on pin 0 is tested.
4//! The Raspberry Pi Debug Probe (https://www.raspberrypi.com/products/debug-probe/) could be used 4//! The Raspberry Pi Debug Probe (https://www.raspberrypi.com/products/debug-probe/) could be used