Skip to content

Commit 3af12c9

Browse files
committed
Merge pull request #33 from SenteraLLC/release-1.2.2
Updated revision for release
2 parents 8851310 + b13b086 commit 3af12c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typedef struct
4747
/// The node type - value of '0' identifies node as a FMU node.
4848
static const uint8_t status_node_type = 0;
4949

50-
static const uint8_t status_fw_rev_ver = 1; ///< Firmware revision version number.
50+
static const uint8_t status_fw_rev_ver = 2; ///< Firmware revision version number.
5151
static const uint8_t status_fw_min_ver = 2; ///< Firmware minor version number.
5252
static const uint8_t status_fw_maj_ver = 1; ///< Firmware major version number.
5353

0 commit comments

Comments
 (0)