Upgrading pico-ccid to version 2.2

This commit is contained in:
Pol Henarejos 2022-08-29 11:31:48 +02:00
parent 61536fa41a
commit 2236501d20
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -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)