Ah, rustfmt.

This commit is contained in:
Jonathan Pallant (42 Technology) 2021-09-27 18:58:16 +01:00
parent c04f439020
commit 8876159687
2 changed files with 2 additions and 2 deletions

View file

@ -26,9 +26,9 @@ use rp2040_hal as hal;
use hal::pac; use hal::pac;
// Some traits we need // Some traits we need
use core::fmt::Write;
use embedded_time::fixed_point::FixedPoint; use embedded_time::fixed_point::FixedPoint;
use rp2040_hal::clocks::Clock; use rp2040_hal::clocks::Clock;
use core::fmt::Write;
/// The linker will place this boot block at the start of our program image. We /// The linker will place this boot block at the start of our program image. We
// need this to help the ROM bootloader get our code up and running. // need this to help the ROM bootloader get our code up and running.

View file

@ -26,8 +26,8 @@ use hal::pac;
// Traits we need // Traits we need
use embedded_hal::digital::v2::OutputPin; use embedded_hal::digital::v2::OutputPin;
use embedded_hal::watchdog::{Watchdog, WatchdogEnable}; use embedded_hal::watchdog::{Watchdog, WatchdogEnable};
use embedded_time::fixed_point::FixedPoint;
use embedded_time::duration::Extensions; use embedded_time::duration::Extensions;
use embedded_time::fixed_point::FixedPoint;
use rp2040_hal::clocks::Clock; use rp2040_hal::clocks::Clock;
/// The linker will place this boot block at the start of our program image. We /// The linker will place this boot block at the start of our program image. We