From: Anton Maklakov Date: Mon, 19 Nov 2018 12:54:03 +0000 (+0800) Subject: modbus: Fix a typo in the docs X-Git-Tag: v3.3-beta1~53^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dde91ce2b325902a52600226bb11d29f64726cf;p=esp-idf modbus: Fix a typo in the docs --- diff --git a/docs/en/api-reference/protocols/modbus.rst b/docs/en/api-reference/protocols/modbus.rst index 3c93bae6c1..d4945d13a9 100644 --- a/docs/en/api-reference/protocols/modbus.rst +++ b/docs/en/api-reference/protocols/modbus.rst @@ -18,7 +18,7 @@ Modbus slave interface API overview ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -ISP-IDF supports Modbus slave protocol and provides modbus_controller interface API to interact with user application. The interface API functions below are used to setup and use Modbus slave stack from application and could be executed in next order: +ESP-IDF supports Modbus slave protocol and provides modbus_controller interface API to interact with user application. The interface API functions below are used to setup and use Modbus slave stack from application and could be executed in next order: The files deviceparams.c/h contain the user structures which represent Modbus parameters accessed by stack. These parameters should be prepared by user and be assigned to the modbus_controller interface using :cpp:func:`mbcontroller_set_descriptor()` API call before start of communication.