Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKhel committed Dec 6, 2024
1 parent bdcfdee commit b1c8e7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ports/xtensa_esp32/hardware_timer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use esp_hal::peripherals::*;
use esp_hal::timer::timg::{Timer, Timer0, Timer1, TimerGroup};
use esp_hal::{peripherals::*, prelude::*};

use crate::timer::TickType;

Expand Down
1 change: 0 additions & 1 deletion src/ports/xtensa_esp32/preempt.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use super::TrapFrame;
use crate::ports::xtensa_esp32::hardware_timer::*;
use crate::task_manager::preemptive::Thread;
use esp_hal::{
interrupt::{self, InterruptHandler, Priority},
peripherals::*,
Expand Down

0 comments on commit b1c8e7a

Please sign in to comment.