You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pkg-config --modversion libmodbus
Package libmodbus was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmodbus.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libmodbus', required by 'virtual:world', not found
$ uname -a
Linux ZweiLED 6.4.0-3-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.4.11-1 (2023-08-17) x86_64 GNU/Linux
Description
Since #621 / commit ef3c4bc, modbus_new_tcp_pi no longer statically allocates 1 KiB of memory, but only as much as is actually required. (This was previously done through the array of size _MODBUS_TCP_PI_NODE_LENGTH in struct _modbus_tcp_pi).
libmodbus version
OS and/or distribution
Environment
Description
Since #621 / commit ef3c4bc,
modbus_new_tcp_pi
no longer statically allocates 1 KiB of memory, but only as much as is actually required. (This was previously done through the array of size_MODBUS_TCP_PI_NODE_LENGTH
instruct _modbus_tcp_pi
).However, the docs were not updated.
Actual behavior if applicable
libmodbus/docs/index.md
Lines 109 to 110 in b25629b
Expected behavior or suggestion
Steps to reproduce the behavior (commands or source code)
Compare the docs with what the implementation actually does.
libmodbus output with debug mode enabled
Uhm...
Command not found
, I guess.The text was updated successfully, but these errors were encountered: