Skip to content

Commit

Permalink
Merge pull request #3708 from lonesometraveler/fix_broken_link
Browse files Browse the repository at this point in the history
Fix broken link to WIZnet W5500-EVB-Pico
  • Loading branch information
Dirbaio authored Jan 2, 2025
2 parents eaa44c3 + 3aca615 commit d58c7f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/rp/src/bin/ethernet_w5500_multisocket.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This example shows how you can allow multiple simultaneous TCP connections, by having multiple sockets listening on the same port.
//!
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://www.wiznet.io/product-item/w5500-evb-pico/) board.
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico) board.
#![no_std]
#![no_main]
Expand Down
2 changes: 1 addition & 1 deletion examples/rp/src/bin/ethernet_w5500_tcp_client.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This example implements a TCP client that attempts to connect to a host on port 1234 and send it some data once per second.
//!
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://www.wiznet.io/product-item/w5500-evb-pico/) board.
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico) board.
#![no_std]
#![no_main]
Expand Down
2 changes: 1 addition & 1 deletion examples/rp/src/bin/ethernet_w5500_tcp_server.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! This example implements a TCP echo server on port 1234 and using DHCP.
//! Send it some data, you should see it echoed back and printed in the console.
//!
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://www.wiznet.io/product-item/w5500-evb-pico/) board.
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico) board.
#![no_std]
#![no_main]
Expand Down
2 changes: 1 addition & 1 deletion examples/rp/src/bin/ethernet_w5500_udp.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This example implements a UDP server listening on port 1234 and echoing back the data.
//!
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://www.wiznet.io/product-item/w5500-evb-pico/) board.
//! Example written for the [`WIZnet W5500-EVB-Pico`](https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico) board.
#![no_std]
#![no_main]
Expand Down

0 comments on commit d58c7f6

Please sign in to comment.