1
0

Fix debug pirnt and magic key.(M0110)

This commit is contained in:
tmk 2012-12-03 15:08:23 +09:00
父節點 ce3f30b643
當前提交 4a91891e94

查看文件

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