summaryrefslogtreecommitdiff
path: root/protocol/m0110.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/m0110.c')
-rw-r--r--protocol/m0110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/m0110.c b/protocol/m0110.c
index a669c85a4..8bf7cfe4f 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;
}