mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-07 16:34:59 -04:00
tkey-libs: Import tag fw-4 of tkey-libs
- Use tag fw-4 from https://github.com/tillitis/tkey-libs/
This commit is contained in:
parent
f75620720f
commit
353d7e9f50
20 changed files with 864 additions and 81 deletions
|
@ -18,12 +18,12 @@
|
|||
|
||||
#elif defined(TKEY_DEBUG)
|
||||
|
||||
#define debug_putchar(ch) putchar(IO_TKEYCTRL, ch)
|
||||
#define debug_lf() putchar(IO_TKEYCTRL, '\n')
|
||||
#define debug_putinthex(ch) putinthex(IO_TKEYCTRL, ch)
|
||||
#define debug_puts(s) puts(IO_TKEYCTRL, s)
|
||||
#define debug_puthex(ch) puthex(IO_TKEYCTRL, ch)
|
||||
#define debug_hexdump(buf, len) hexdump(IO_TKEYCTRL, buf, len)
|
||||
#define debug_putchar(ch) putchar(IO_DEBUG, ch)
|
||||
#define debug_lf() putchar(IO_DEBUG, '\n')
|
||||
#define debug_putinthex(ch) putinthex(IO_DEBUG, ch)
|
||||
#define debug_puts(s) puts(IO_DEBUG, s)
|
||||
#define debug_puthex(ch) puthex(IO_DEBUG, ch)
|
||||
#define debug_hexdump(buf, len) hexdump(IO_DEBUG, buf, len)
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue