Skip to content

Commit

Permalink
Merge pull request #4 from harp-tech/as-update_fw_version
Browse files Browse the repository at this point in the history
Update hw and ass firmware versions
  • Loading branch information
artursilva0 authored Aug 27, 2023
2 parents 0313a36 + 153cead commit a6d3df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/MultiPwm/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ void hwbp_app_initialize(void)
{
/* Define versions */
uint8_t hwH = 1;
uint8_t hwL = 1;
uint8_t hwL = 2;
uint8_t fwH = 1;
uint8_t fwL = 1;
uint8_t ass = 1;
uint8_t ass = 0;

/* Start core */
core_func_start_core(
Expand Down

0 comments on commit a6d3df7

Please sign in to comment.