mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 06:48:11 +00:00
cargo fmt
This commit is contained in:
parent
3e54af411b
commit
49a5d9e898
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ use cortex_m::asm;
|
||||||
use cortex_m_rt::entry;
|
use cortex_m_rt::entry;
|
||||||
use panic_log as _; // the panicking behavior
|
use panic_log as _; // the panicking behavior
|
||||||
|
|
||||||
|
|
||||||
// the custom entry point
|
// the custom entry point
|
||||||
// vvvvv
|
// vvvvv
|
||||||
#[entry]
|
#[entry]
|
||||||
|
|
Loading…
Reference in a new issue