From 72c41d09538663ebef80d29eb986cd5bc3395c2d Mon Sep 17 00:00:00 2001 From: w3jc Date: Wed, 31 May 2023 20:03:16 +0800 Subject: [PATCH] Update ledc.rst (#8218) 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 d3ee885a4..efc66c863 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 *************