Skip to content

Commit

Permalink
device: set ledger min app version
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Jul 26, 2022
1 parent b6a029f commit 265d6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/device_ledger.hpp
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 265d6ca

Please sign in to comment.