mirror of https://github.com/xemu-project/xemu.git
ccid: declare DEFAULT_ATR table to be "static const"
Signed-off-by: Jim Meyering <meyering@redhat.com> Reviewed-by: Alon Levy <alevy@redhat.com> Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
This commit is contained in:
parent
d18c711746
commit
da000a4867
|
@ -27,7 +27,7 @@ do { \
|
|||
#define D_VERBOSE 4
|
||||
|
||||
/* TODO: do we still need this? */
|
||||
uint8_t DEFAULT_ATR[] = {
|
||||
static const uint8_t DEFAULT_ATR[] = {
|
||||
/*
|
||||
* From some example somewhere
|
||||
* 0x3B, 0xB0, 0x18, 0x00, 0xD1, 0x81, 0x05, 0xB1, 0x40, 0x38, 0x1F, 0x03, 0x28
|
||||
|
|
Loading…
Reference in New Issue