mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-11 04:48:15 +02:00
Upgrading to version 2.0.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#ifndef __VERSION_H_
|
#ifndef __VERSION_H_
|
||||||
#define __VERSION_H_
|
#define __VERSION_H_
|
||||||
|
|
||||||
#define CCID_VERSION 0x0101
|
#define CCID_VERSION 0x0200
|
||||||
|
|
||||||
#define CCID_VERSION_MAJOR ((CCID_VERSION >> 8) & 0xff)
|
#define CCID_VERSION_MAJOR ((CCID_VERSION >> 8) & 0xff)
|
||||||
#define CCID_VERSION_MINOR (CCID_VERSION & 0xff)
|
#define CCID_VERSION_MINOR (CCID_VERSION & 0xff)
|
||||||
|
|||||||
Reference in New Issue
Block a user