Skip to content

Commit

Permalink
rp235x|rp2040: Fix gpio_in_out description
Browse files Browse the repository at this point in the history
Both examples had a copy-pasta description. That's now fixed.
  • Loading branch information
thejpster committed Aug 22, 2024
1 parent 6ed9f06 commit 270a1db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rp2040-hal-examples/src/bin/gpio_in_out.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! # GPIO 'Blinky' Example
//! # GPIO In/Out Example
//!
//! This application demonstrates how to control a GPIO pin on the RP2040.
//! This application demonstrates how to control GPIO pins on the RP2040.
//!
//! It may need to be adapted to your particular board layout and/or pin assignment.
//!
Expand Down
4 changes: 2 additions & 2 deletions rp235x-hal-examples/src/bin/gpio_in_out.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! # GPIO 'Blinky' Example
//! # GPIO In/Out Example
//!
//! This application demonstrates how to control a GPIO pin on the rp235x.
//! This application demonstrates how to control GPIO pins on the RP2040.
//!
//! It may need to be adapted to your particular board layout and/or pin assignment.
//!
Expand Down

0 comments on commit 270a1db

Please sign in to comment.