Skip to content

Commit

Permalink
Enable i2s HIL test for esp32h2
Browse files Browse the repository at this point in the history
Delete invalid comment
  • Loading branch information
playfulFence committed Jul 4, 2024
1 parent c4ad9d3 commit 1208c17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hil-test/tests/i2s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
//! This test uses I2S TX to transmit known data to I2S RX (forced to slave mode
//! with loopback mode enabled). It's using circular DMA mode

//! H2 is disabled because of https://github.com/esp-rs/esp-hal/issues/1637

//% CHIPS: esp32c3 esp32c6 esp32s3
//% CHIPS: esp32c3 esp32c6 esp32s3 esp32h2

#![no_std]
#![no_main]
Expand Down

0 comments on commit 1208c17

Please sign in to comment.