From ca11de745fc15165fd443cfe764169ba4bfefef4 Mon Sep 17 00:00:00 2001 From: Kirill Mikhailov Date: Tue, 3 Sep 2024 11:53:11 +0200 Subject: [PATCH] fix comment --- hil-test/tests/pcnt.rs | 2 +- hil-test/tests/rmt.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hil-test/tests/pcnt.rs b/hil-test/tests/pcnt.rs index d37e72a8a4d..f0ca372ed91 100644 --- a/hil-test/tests/pcnt.rs +++ b/hil-test/tests/pcnt.rs @@ -1,7 +1,7 @@ //! PCNT tests //! //! It's assumed GPIO2 is connected to GPIO3 -//! (GPIO9 and GPIO10 for esp32s3) +//! (GPIO9 and GPIO10 for esp32s2 and esp32s3) //% CHIPS: esp32 esp32c6 esp32h2 esp32s2 esp32s3 diff --git a/hil-test/tests/rmt.rs b/hil-test/tests/rmt.rs index 99211e35943..460e82b0de8 100644 --- a/hil-test/tests/rmt.rs +++ b/hil-test/tests/rmt.rs @@ -1,7 +1,7 @@ //! RMT Loopback Test //! //! It's assumed GPIO2 is connected to GPIO3 -//! (GPIO9 and GPIO10 for esp32s3) +//! (GPIO9 and GPIO10 for esp32s2 and esp32s3) //% CHIPS: esp32 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3