From 163f45076e0370fb618f31c0b279e9bb77a3aa37 Mon Sep 17 00:00:00 2001 From: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:28:37 +0200 Subject: [PATCH] Enable `i2s` HIL test for `esp32h2` (#1755) Delete invalid comment --- hil-test/tests/i2s.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hil-test/tests/i2s.rs b/hil-test/tests/i2s.rs index 087805d7865..4c40add1155 100644 --- a/hil-test/tests/i2s.rs +++ b/hil-test/tests/i2s.rs @@ -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]