Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 13, 2024
1 parent 7c3a860 commit b7758e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hil-test/tests/embassy_interrupt_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#![no_std]
#![no_main]

use embassy_sync::signal::Signal;
use embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex;
use embassy_sync::{blocking_mutex::raw::CriticalSectionRawMutex, signal::Signal};

macro_rules! mk_static {
($t:ty,$val:expr) => {{
Expand Down Expand Up @@ -38,9 +37,9 @@ mod test {
use esp_backtrace as _;
use esp_hal::{
clock::ClockControl,
interrupt::Priority,
peripherals::Peripherals,
system::{SoftwareInterrupt, SystemControl},
interrupt::Priority,
};
use esp_hal_embassy::InterruptExecutor;

Expand Down

0 comments on commit b7758e3

Please sign in to comment.