Better debug of gnuk stuff

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-01-24 18:07:41 +01:00
parent fcfe24b089
commit d9697003a3

View File

@@ -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