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

- Use tag fw-3 from https://github.com/tillitis/tkey-libs/
This commit is contained in:
Michael Cardell Widerkrantz 2025-04-08 13:30:05 +02:00 committed by Mikael Ågren
parent d0c049cdba
commit 81f3195592
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
19 changed files with 861 additions and 79 deletions

View file

@ -14,9 +14,8 @@
#elif defined(TKEY_DEBUG)
#define assert(expr) \
((expr) \
? (void)(0) \
: assert_fail(IO_TKEYCTRL, #expr, __FILE__, __LINE__, __func__))
((expr) ? (void)(0) \
: assert_fail(IO_DEBUG, #expr, __FILE__, __LINE__, __func__))
#else