]> granicus.if.org Git - esp-idf/commitdiff
modbus: Fix a typo in the docs
authorAnton Maklakov <anton@espressif.com>
Mon, 19 Nov 2018 12:54:03 +0000 (20:54 +0800)
committerAnton Maklakov <anton@espressif.com>
Wed, 28 Nov 2018 07:19:03 +0000 (15:19 +0800)
docs/en/api-reference/protocols/modbus.rst

index 3c93bae6c1fad274a89b799a79966f36e39d0fff..d4945d13a90de4348072b6d7cfe03054b2406fd3 100644 (file)
@@ -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.