Skip to content

Commit a6d3df7

Browse files
authored
Merge pull request #4 from harp-tech/as-update_fw_version
Update hw and ass firmware versions
2 parents 0313a36 + 153cead commit a6d3df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/MultiPwm/app.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ void hwbp_app_initialize(void)
2929
{
3030
/* Define versions */
3131
uint8_t hwH = 1;
32-
uint8_t hwL = 1;
32+
uint8_t hwL = 2;
3333
uint8_t fwH = 1;
3434
uint8_t fwL = 1;
35-
uint8_t ass = 1;
35+
uint8_t ass = 0;
3636

3737
/* Start core */
3838
core_func_start_core(

0 commit comments

Comments
 (0)