X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fm0110.c;h=8bf7cfe4fe1f980baeb09044644013a999d2be92;hb=78fd5a715464e72df08bcf683ca45b63c2df490f;hp=a669c85a483c7a7e7f1fa433debd23899e13752f;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/protocol/m0110.c b/protocol/m0110.c index a669c85a..8bf7cfe4 100644 --- a/protocol/m0110.c +++ b/protocol/m0110.c @@ -321,7 +321,7 @@ static inline uint8_t instant(void) m0110_send(M0110_INSTANT); uint8_t data = m0110_recv(); if (data != M0110_NULL) { - phex(data); print(" "); + debug_hex(data); debug(" "); } return data; }