doc: clarify the meaning of overflow in pcnt driver

Closes https://github.com/espressif/esp-idf/issues/10039
This commit is contained in:
morris
2022-10-26 16:12:53 +08:00
parent a0e8c4692a
commit e6e1d696d2
2 changed files with 2 additions and 2 deletions
@@ -227,7 +227,7 @@ PCNT 单元的滤波器可滤除信号中的短时毛刺,:cpp:type:`pcnt_glitc
.. note::
返回的计数器数值是一个 **带符号** 的整数,符号代表计数方向。计数器的数值大于等于最大值或小于等于最小值时,计数器会溢出
返回的计数器数值是一个 **带符号** 的整数,符号代表计数方向。计数器的数值大于等于最大值或小于等于最小值时,计数器会自动清零
.. code:: c