mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-11-10 01:32:42 +00:00
Remove unused imports
This commit is contained in:
parent
98b3d98884
commit
ace34ce3e5
@ -9,9 +9,6 @@
|
|||||||
//! This example transfers data via UART.
|
//! This example transfers data via UART.
|
||||||
//! Connect TX and RX pins to see the outgoing data is read as incoming data.
|
//! Connect TX and RX pins to see the outgoing data is read as incoming data.
|
||||||
|
|
||||||
use std::thread;
|
|
||||||
use std::time::Duration;
|
|
||||||
|
|
||||||
use esp_idf_hal::delay::BLOCK;
|
use esp_idf_hal::delay::BLOCK;
|
||||||
use esp_idf_hal::gpio;
|
use esp_idf_hal::gpio;
|
||||||
use esp_idf_hal::peripherals::Peripherals;
|
use esp_idf_hal::peripherals::Peripherals;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user