rustfmt
This commit is contained in:
parent
376f65e1d3
commit
91e6aa3166
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
//! There are basically two ways we demonstrate here:
|
//! There are basically two ways we demonstrate here:
|
||||||
//! 1) Assigning resources to a task by passing parts of the peripherals
|
//! 1) Assigning resources to a task by passing parts of the peripherals
|
||||||
//! 2) Assigning resources to a task by passing a struct with the split up peripherals, using the assign-resources macro
|
//! 2) Assigning resources to a task by passing a struct with the split up peripherals, using the assign-resources macro
|
||||||
//!
|
//!
|
||||||
//! using four LEDs on Pins 10, 11, 20 and 21
|
//! using four LEDs on Pins 10, 11, 20 and 21
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
Loading…
Add table
Reference in a new issue