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

@ -367,11 +367,11 @@ void hexdump(enum ioend dest, void *buf, int len)
// - IO_CDC
// - IO_CH552
//
// Use like this:
// Use like this in the bitmask:
//
// config_endpoints(IO_FIDO|IO_DEBUG)
//
void config_endpoints(enum ioend endpoints)
void config_endpoints(uint8_t endpoints)
{
uint8_t cmdbuf[2] = {0};