From 0b108e766508c94b6faf84712f0f34d82a2c6d58 Mon Sep 17 00:00:00 2001 From: w3jc Date: Wed, 17 May 2023 11:12:36 +0800 Subject: [PATCH] Update ledc.rst typo --- docs/source/api/ledc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/ledc.rst b/docs/source/api/ledc.rst index d3ee885a474..efc66c86324 100644 --- a/docs/source/api/ledc.rst +++ b/docs/source/api/ledc.rst @@ -90,7 +90,7 @@ This function is used to setup the LEDC channel to 50 % PWM tone on selected fre * ``freq`` select frequency of pwm signal. This function will return ``frequency`` set for channel. -If ``0`` is returned, error occurs and ledc cahnnel was not configured. +If ``0`` is returned, error occurs and ledc channel was not configured. ledcWriteNote *************