aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/src/bin/assign_resources.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/assign_resources.rs b/examples/rp/src/bin/assign_resources.rs
index 38e730498..37b2c20bc 100644
--- a/examples/rp/src/bin/assign_resources.rs
+++ b/examples/rp/src/bin/assign_resources.rs
@@ -5,7 +5,7 @@
5//! There are basically two ways we demonstrate here: 5//! There are basically two ways we demonstrate here:
6//! 1) Assigning resources to a task by passing parts of the peripherals 6//! 1) Assigning resources to a task by passing parts of the peripherals
7//! 2) Assigning resources to a task by passing a struct with the split up peripherals, using the assign-resources macro 7//! 2) Assigning resources to a task by passing a struct with the split up peripherals, using the assign-resources macro
8//! 8//!
9//! using four LEDs on Pins 10, 11, 20 and 21 9//! using four LEDs on Pins 10, 11, 20 and 21
10 10
11#![no_std] 11#![no_std]