Skip to content

Commit

Permalink
Merge pull request #42 from LexxPluss/HWDEV-2273-release-v3.0.2
Browse files Browse the repository at this point in the history
HWDEV-2273 update version v3.0.2
  • Loading branch information
ar90n committed Aug 21, 2024
2 parents 227470a + 1061399 commit cd69e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexxpluss_apps/src/can_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class can_controller_impl {
board_controller::msg_rcv_pb msg_board_to_pb{0};
uint32_t prev_cycle_ros{0}, prev_cycle_send{0};
bool heartbeat_timeout{false}, enable_lockdown{true};
static constexpr char version[]{"3.0.1"};
static constexpr char version[]{"3.0.2"};
} impl;

int brd_emgoff(const shell *shell, size_t argc, char **argv)
Expand Down

0 comments on commit cd69e7e

Please sign in to comment.