From 8e2bac61c915c2a49abe5f0dc8274e6f6bf069b0 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 20 Oct 2024 03:22:05 -0600 Subject: [PATCH] Adjust comment in NRF52 example --- .../NRF52_PWM_I2S_RadioRX/NRF52_PWM_I2S_RadioRX.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Platforms/NRF52/NRF52_Radio/NRF52_PWM_I2S_RadioRX/NRF52_PWM_I2S_RadioRX.ino b/examples/Platforms/NRF52/NRF52_Radio/NRF52_PWM_I2S_RadioRX/NRF52_PWM_I2S_RadioRX.ino index 8ffd77b..a5a36f0 100644 --- a/examples/Platforms/NRF52/NRF52_Radio/NRF52_PWM_I2S_RadioRX/NRF52_PWM_I2S_RadioRX.ino +++ b/examples/Platforms/NRF52/NRF52_Radio/NRF52_PWM_I2S_RadioRX/NRF52_PWM_I2S_RadioRX.ino @@ -1,6 +1,6 @@ /* Example of receiving audio over radio and playing it back. - * Note: This example uses I2S output. Modify the USE_I2S #define - * below to enable PWM output. + * Note: This example uses PWM output. Modify the USE_I2S #define + * below to enable I2S output. */ #include