Skip to content

Commit 15f9773

Browse files
Jonathan Pallant (42 Technology)hannobraun
authored andcommitted
Ran cargo-fmt
1 parent 739a4c3 commit 15f9773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/actinius-icarus/examples/blinky.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#![no_std]
22
#![no_main]
33

4+
extern crate actinius_icarus_bsp as bsp;
45
extern crate cortex_m_rt as rt;
56
extern crate nb;
6-
extern crate actinius_icarus_bsp as bsp;
77
extern crate panic_semihosting;
88

9-
use core::fmt::Write;
109
use bsp::{hal::Timer, prelude::*, Board};
10+
use core::fmt::Write;
1111
use nb::block;
1212
use rt::entry;
1313

0 commit comments

Comments
 (0)