Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-in-136 committed Jun 8, 2024
1 parent aecf9a5 commit 196f44d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/driver/esp32_rmt.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
use esp_idf_hal::gpio::OutputPin;
use esp_idf_hal::peripheral::Peripheral;
use esp_idf_hal::rmt::config::TransmitConfig;
use esp_idf_hal::rmt::{
FixedLengthSignal, PinState, Pulse, RmtChannel, Signal, Symbol, TxRmtDriver,
};
use esp_idf_hal::rmt::{PinState, Pulse, RmtChannel, Symbol, TxRmtDriver};
use esp_idf_hal::units::Hertz;
use esp_idf_sys::{rmt_item32_t, EspError};
use esp_idf_sys::EspError;
use std::mem::MaybeUninit;
use std::time::Duration;

Expand Down

0 comments on commit 196f44d

Please sign in to comment.