Skip to content
Snippets Groups Projects
Commit d98ade7d authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

userspace/tools: change to display git commit ID as version in wr_mon


Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent 80b4c2c3
Branches
Tags
No related merge requests found
......@@ -433,7 +433,8 @@ void show_all()
if (mode == SHOW_GUI) {
term_clear();
term_pcprintf(1, 1, C_BLUE,
"WR Switch Sync Monitor v 1.0 [q = quit]\n");
"WR Switch Sync Monitor %s[q = quit]\n",
__GIT_VER__);
}
hal_alive = (hal_head->pid && (kill(hal_head->pid, 0) == 0));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment