From 19a052b07042ff1fcf6fe57b85c74ba89d4ca691 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Tue, 4 Feb 2025 13:09:29 +0100 Subject: [PATCH] Fix bad comment-ref. --- tests/hw/esp32/i2s-test.toit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hw/esp32/i2s-test.toit b/tests/hw/esp32/i2s-test.toit index 78e74092a..4e3d10245 100644 --- a/tests/hw/esp32/i2s-test.toit +++ b/tests/hw/esp32/i2s-test.toit @@ -5,7 +5,7 @@ /** Tests the i2s peripheral. -For the setup see the documentation near $Variant.i2s-dout. +For the setup see the documentation near $Variant.i2s-data1. */ import expect show *