Defining ATR not in the core.

This commit is contained in:
Pol Henarejos
2022-04-19 18:37:42 +02:00
parent 1f33f1417c
commit cffee4264a
2 changed files with 7 additions and 31 deletions

View File

@@ -130,6 +130,8 @@ static inline const void put_uint16_t(uint16_t n, uint8_t *b) {
*b = n & 0xff;
}
extern const uint8_t *ccid_atr;
#ifdef DEBUG
void stdout_init (void);