We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7922074 commit 0cd18d1Copy full SHA for 0cd18d1
ChangeLog
@@ -1,3 +1,9 @@
1
+-----------------------------------------------------------------------------------------
2
+2025-04-28 Frank Voorburg <[email protected]>
3
+
4
+* Corrected pollerList usage to prevent TbxMbEventTask() from hanging (issue #5).
5
+* Public release of version 0.9.4.
6
7
-----------------------------------------------------------------------------------------
8
2024-02-04 Frank Voorburg <[email protected]>
9
source/microtbxmodbus.h
@@ -58,7 +58,7 @@ extern "C" {
58
#define TBX_MB_VERSION_MINOR (9U)
59
60
/** \brief Patch number of MicroTBX-Modbus. */
61
-#define TBX_MB_VERSION_PATCH (3U)
+#define TBX_MB_VERSION_PATCH (4U)
62
63
64
#ifdef __cplusplus
0 commit comments