Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Mar 5, 2025
1 parent a619fd0 commit 08834bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ APP_DEF_TASK(ui, UI_STACK_SIZE);

#define FW_MAJOR 0
#define FW_MINOR 9
#define FW_PATCH 6
#define FW_PATCH 7

__attribute__((section(".fw_signature"))) __attribute__((__used__)) const uint8_t FW_SIGNATURE[64];
__attribute__((section(".fw_version"))) __attribute__((__used__)) const uint8_t FW_VERSION[4] = { FW_MAJOR, FW_MINOR, FW_PATCH, 0};
Expand Down

0 comments on commit 08834bc

Please sign in to comment.