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 85ce483 commit a47ea52Copy full SHA for a47ea52
1 file changed
include/comms/version.h
@@ -19,7 +19,7 @@
19
#define COMMS_MINOR_VERSION 5U
20
21
/// @brief Patch level of the library
22
-#define COMMS_PATCH_VERSION 1U
+#define COMMS_PATCH_VERSION 2U
23
24
/// @brief Macro to create numeric version as single unsigned number
25
#define COMMS_MAKE_VERSION(major_, minor_, patch_) \
0 commit comments