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

[BUG: #339] userspace/tools/wrs_version: fix typo


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent e2c8ef9d
Branches
Tags
No related merge requests found
......@@ -185,7 +185,7 @@ static void wrsw_tagged_versions(void)
int feature_ljd;
printf("software-version: %s\n", __GIT_VER__); /* see Makefile */
printf("bult-by: %s\n", __GIT_USR__); /* see Makefile */
printf("built-by: %s\n", __GIT_USR__); /* see Makefile */
printf("build-date: %s %s\n", __DATE__, __TIME__);
printf("backplane-version: %s\n", get_shw_info('p'));
printf("fpga-type: %s\n", get_fpga());
......
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