diff options
| author | Caleb Jamison <[email protected]> | 2024-10-01 10:51:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-01 16:51:18 +0200 |
| commit | bc0180800d751e651c0d15c807285c11cdb4f486 (patch) | |
| tree | e5dfbef44d9173fe295ec9bce2639944e2630b9e /examples/rp23/src/bin/button.rs | |
| parent | e6ce81018bdd1a78d27a285260ac53b276690553 (diff) | |
Remove binary_info blocks from most examples. (#3385)
Diffstat (limited to 'examples/rp23/src/bin/button.rs')
| -rw-r--r-- | examples/rp23/src/bin/button.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/rp23/src/bin/button.rs b/examples/rp23/src/bin/button.rs index fb067a370..85f1bcae3 100644 --- a/examples/rp23/src/bin/button.rs +++ b/examples/rp23/src/bin/button.rs | |||
| @@ -14,16 +14,6 @@ use {defmt_rtt as _, panic_probe as _}; | |||
| 14 | #[used] | 14 | #[used] |
| 15 | pub static IMAGE_DEF: ImageDef = ImageDef::secure_exe(); | 15 | pub static IMAGE_DEF: ImageDef = ImageDef::secure_exe(); |
| 16 | 16 | ||
| 17 | // Program metadata for `picotool info` | ||
| 18 | #[link_section = ".bi_entries"] | ||
| 19 | #[used] | ||
| 20 | pub static PICOTOOL_ENTRIES: [embassy_rp::binary_info::EntryAddr; 4] = [ | ||
| 21 | embassy_rp::binary_info::rp_program_name!(c"example"), | ||
| 22 | embassy_rp::binary_info::rp_cargo_version!(), | ||
| 23 | embassy_rp::binary_info::rp_program_description!(c"Blinky"), | ||
| 24 | embassy_rp::binary_info::rp_program_build_attribute!(), | ||
| 25 | ]; | ||
| 26 | |||
| 27 | #[embassy_executor::main] | 17 | #[embassy_executor::main] |
| 28 | async fn main(_spawner: Spawner) { | 18 | async fn main(_spawner: Spawner) { |
| 29 | let p = embassy_rp::init(Default::default()); | 19 | let p = embassy_rp::init(Default::default()); |
