Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jan 7, 2025
1 parent 604b854 commit 5c011d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hil-test/tests/sha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

use digest::{Digest, Update};
#[cfg(not(feature = "esp32"))]
use esp_hal::clock::CpuClock;
#[cfg(not(feature = "esp32"))]
use esp_hal::sha::Sha224;
#[cfg(any(feature = "esp32", feature = "esp32s2", feature = "esp32s3"))]
use esp_hal::sha::{Sha384, Sha512};
Expand Down
1 change: 0 additions & 1 deletion hil-test/tests/spi_full_duplex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use esp_hal::{
dma::{DmaDescriptor, DmaRxBuf, DmaTxBuf},
dma_buffers,
gpio::{Level, NoPin},
peripheral::Peripheral,
spi::master::{Config, Spi},
time::RateExtU32,
Blocking,
Expand Down

0 comments on commit 5c011d5

Please sign in to comment.