mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 00:07:38 +00:00
device: set ledger min app version
This commit is contained in:
parent
b6a029f222
commit
265d6ca7aa
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue