We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8851310 + b13b086 commit 3af12c9Copy full SHA for 3af12c9
src/status.c
@@ -47,7 +47,7 @@ typedef struct
47
/// The node type - value of '0' identifies node as a FMU node.
48
static const uint8_t status_node_type = 0;
49
50
-static const uint8_t status_fw_rev_ver = 1; ///< Firmware revision version number.
+static const uint8_t status_fw_rev_ver = 2; ///< Firmware revision version number.
51
static const uint8_t status_fw_min_ver = 2; ///< Firmware minor version number.
52
static const uint8_t status_fw_maj_ver = 1; ///< Firmware major version number.
53
0 commit comments