mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
Ah, rustfmt.
This commit is contained in:
parent
c04f439020
commit
8876159687
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue