aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlamenco <[email protected]>2025-02-08 14:28:36 -0500
committerGitHub <[email protected]>2025-02-08 14:28:36 -0500
commitb9508bf2cb817afb9aeb7057a5c015f23a3b0d12 (patch)
tree2c7b8064c46b16c411047d2741f0d77c2bf653b4
parent3b734a7d0819c1e92f16b358dfc57bacf162f265 (diff)
Update documentation
Update comment to specify the correct rp chip identifier
-rw-r--r--examples/rp23/src/bin/flash.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp23/src/bin/flash.rs b/examples/rp23/src/bin/flash.rs
index 28dec24c9..42c226f5b 100644
--- a/examples/rp23/src/bin/flash.rs
+++ b/examples/rp23/src/bin/flash.rs
@@ -1,4 +1,4 @@
1//! This example test the flash connected to the RP2040 chip. 1//! This example test the flash connected to the RP2350 chip.
2 2
3#![no_std] 3#![no_std]
4#![no_main] 4#![no_main]