mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-20 17:23:49 +02:00
Defining ATR not in the core.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user