aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorrafael <rafael>2024-07-08 22:20:23 +0200
committerrafael <rafael>2024-07-08 22:20:23 +0200
commit91e6aa31660d89de0b8a7f382d807e66907aceaa (patch)
tree143a8c217581b686703436dd6f68090f9b5e52ee /examples
parent376f65e1d388a7eff83e0c12deeb4d556daefea5 (diff)
rustfmt
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]