Fix debug pirnt and magic key.(M0110)
This commit is contained in:
parent
07dff3425a
commit
07b6c1a58c
4 changed files with 5 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue