Enable i2s HIL test for esp32h2 (#1755)

Delete invalid comment
This commit is contained in:
Kirill Mikhailov 2024-07-04 17:28:37 +02:00 committed by GitHub
parent c4ad9d37ab
commit 163f45076e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]