Skip to content

Commit

Permalink
added heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Hensley committed Jan 15, 2025
1 parent 8f60faf commit 3890401
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,10 @@ struct __attribute__((__packed__)) git_version_data {
uint32_t git_shorthash;
uint32_t git_authorhash;
} git_hash_data;

//put funtion that makes can message and queues message, send_nero_message is similar, use variables from versioning over can ticket in embedded-base

/**
* @brief Sends git version infomation as a can message
*/
void send_git_version_message() {
const struct git_hash_data git_hash_data2 = {GIT_SHORTHASH , GIT_AUTHORHASH};
const struct git_version_data git_version_data2 = {GIT_MAJOR_VERSION , GIT_MINOR_VERSION, GIT_PATCH_VERSION, GIT_IS_UPSTREAM_CLEAN, GIT_IS_LOCAL_CLEAN};
Expand Down

0 comments on commit 3890401

Please sign in to comment.