aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-02-08 22:42:52 +0100
committerGitHub <[email protected]>2025-02-08 22:42:52 +0100
commitbcebe4c4d5b597da0b8741916e450c46e6fef06e (patch)
tree5fd3cbd56ab3b5678b7848c7638130b4bf116741 /examples
parent080942c6a5012ccfb8128da9f511c2cf8f9c0f74 (diff)
parentb9508bf2cb817afb9aeb7057a5c015f23a3b0d12 (diff)
Merge pull request #3861 from Flamenco/patch-1
Update documentation
Diffstat (limited to 'examples')
-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]