Skip to content

Commit e8a239e

Browse files
committed
fix
1 parent 73ebd7f commit e8a239e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/uart-dma-tx.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use core::fmt::Write;
1010
use hal::dma::{channel::DMAExt, config::DmaConfig, TransferExt};
1111
use hal::prelude::*;
1212
use hal::pwr::PwrExt;
13-
use hal::serial::*;
1413
use hal::time::ExtU32;
1514
use hal::{rcc, stm32};
1615
use stm32g4xx_hal as hal;

0 commit comments

Comments
 (0)