Skip to content

Commit

Permalink
Merge pull request #8462
Browse files Browse the repository at this point in the history
f7f1445 device: set ledger min app version (selsta)
  • Loading branch information
luigi1111 committed Aug 23, 2022
2 parents 8112c52 + f7f1445 commit 386032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/device_ledger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace hw {

/* Minimal supported version */
#define MINIMAL_APP_VERSION_MAJOR 1
#define MINIMAL_APP_VERSION_MINOR 6
#define MINIMAL_APP_VERSION_MINOR 8
#define MINIMAL_APP_VERSION_MICRO 0

#define VERSION(M,m,u) ((M)<<16|(m)<<8|(u))
Expand Down

0 comments on commit 386032d

Please sign in to comment.