소스 검색

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