mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-04-27 11:13:25 +02:00
Upgrading pico-ccid to version 2.2
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#ifndef __VERSION_H_
|
||||
#define __VERSION_H_
|
||||
|
||||
#define CCID_VERSION 0x0200
|
||||
#define CCID_VERSION 0x0202
|
||||
|
||||
#define CCID_VERSION_MAJOR ((CCID_VERSION >> 8) & 0xff)
|
||||
#define CCID_VERSION_MINOR (CCID_VERSION & 0xff)
|
||||
|
||||
Reference in New Issue
Block a user