Skip to content

Commit 6c70bd6

Browse files
minor documentation fix
1 parent 17ccdea commit 6c70bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modbus_TCP_Slave.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Slave {
2020
modbus_t *modbus; //!< modbus object (see libmodbus library)
2121
modbus_mapping_t
2222
*mappings[MAX_CLIENT_IDS]; //!< modbus data objects (one per possible client id) (see libmodbus library)
23-
modbus_mapping_t *delete_mapping; //!< indicates whether the mapping object was created by this instance
23+
modbus_mapping_t *delete_mapping; //!< contains a pointer to a mapping that is to be deleted
2424
int socket = -1; //!< socket of the modbus connection
2525

2626
public:

0 commit comments

Comments
 (0)