aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/flash.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp/src/bin/flash.rs')
-rw-r--r--examples/rp/src/bin/flash.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rp/src/bin/flash.rs b/examples/rp/src/bin/flash.rs
index 19076150c..4c4982acc 100644
--- a/examples/rp/src/bin/flash.rs
+++ b/examples/rp/src/bin/flash.rs
@@ -1,3 +1,5 @@
1//! This example test the flash connected to the RP2040 chip.
2
1#![no_std] 3#![no_std]
2#![no_main] 4#![no_main]
3#![feature(type_alias_impl_trait)] 5#![feature(type_alias_impl_trait)]