diff --git a/debug.c b/debug.c index 8910801..8e3315d 100644 --- a/debug.c +++ b/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