tkey-libs: Import tag fw-5 of tkey-libs

Use tag fw-5 from https://github.com/tillitis/tkey-libs/
This commit is contained in:
Michael Cardell Widerkrantz 2025-09-01 17:43:05 +02:00
parent 17e5e77187
commit 34e9f0a314
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
9 changed files with 310 additions and 8 deletions

View file

@ -37,6 +37,6 @@ void puthex(enum ioend dest, const uint8_t ch);
void putinthex(enum ioend dest, const uint32_t n);
void puts(enum ioend dest, const char *s);
void hexdump(enum ioend dest, void *buf, int len);
void config_endpoints(enum ioend endpoints);
void config_endpoints(uint8_t endpoints);
#endif