瀏覽代碼

Fix debug pirnt and magic key.(M0110)

core
tmk 11 年之前
父節點
當前提交
4a91891e94
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      protocol/m0110.c

+ 1
- 1
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;
}