Skip to content

Commit

Permalink
Switch to use bsp::entry to avoid deadlock on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Jun 26, 2022
1 parent 4f531c5 commit 0f070fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#![no_std]
#![no_main]

use cortex_m_rt::entry;
use bsp::entry;
use defmt::*;
use defmt_rtt as _;
use embedded_hal::digital::v2::OutputPin;
Expand Down

0 comments on commit 0f070fd

Please sign in to comment.