From b9508bf2cb817afb9aeb7057a5c015f23a3b0d12 Mon Sep 17 00:00:00 2001 From: Flamenco Date: Sat, 8 Feb 2025 14:28:36 -0500 Subject: [PATCH] Update documentation Update comment to specify the correct rp chip identifier --- examples/rp23/src/bin/flash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -//! This example test the flash connected to the RP2040 chip. +//! This example test the flash connected to the RP2350 chip. #![no_std] #![no_main]