device: set correct ledger min version

remotes/1691602464505633909/tmp_refs/heads/wonerujo-v0.10.1
selsta 3 years ago
parent 7d2e717ee8
commit 2161bd0f3a
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -44,8 +44,8 @@ namespace hw {
/* Minimal supported version */
#define MINIMAL_APP_VERSION_MAJOR 1
#define MINIMAL_APP_VERSION_MINOR 6
#define MINIMAL_APP_VERSION_MICRO 0
#define MINIMAL_APP_VERSION_MINOR 7
#define MINIMAL_APP_VERSION_MICRO 6
#define VERSION(M,m,u) ((M)<<16|(m)<<8|(u))
#define VERSION_MAJOR(v) (((v)>>16)&0xFF)

Loading…
Cancel
Save