Skip to content
Snippets Groups Projects
Commit c5f9701a authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Add PCB micro version to fetch version command.

parent db3b350e
Branches
No related merge requests found
Pipeline #104 passed with stage
in 6 minutes and 52 seconds
......@@ -90,7 +90,7 @@ read_data:
#define STRING2(x) #x
#define STRING(x) STRING2(x)
#pragma message "GIT_COMMIT = " STRING(GIT_COMMIT)
printf("V%u.%u.%lu\n", BOARD_VER_MAJOR, BOARD_VER_MINOR, GIT_COMMIT);
printf("V%u.%u.%u-%lu\n", BOARD_VER_MAJOR, BOARD_VER_MINOR, BOARD_VER_MICRO, GIT_COMMIT);
break;
default:
......
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