mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Better debug of gnuk stuff
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
fcfe24b089
commit
d9697003a3
1 changed files with 2 additions and 1 deletions
3
debug.c
3
debug.c
|
|
@ -45,7 +45,8 @@ put_hex (uint8_t nibble)
|
|||
else
|
||||
c = 'a' + nibble - 0x0a;
|
||||
|
||||
my_write ((const char *)&c, 1);
|
||||
//my_write ((const char *)&c, 1);
|
||||
printf("%X",nibble);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue