1
0

Merge branch 'm0110'

This commit is contained in:
tmk 2012-12-05 19:45:48 +09:00
commit 887563e89e

View File

@ -321,7 +321,7 @@ static inline uint8_t instant(void)
m0110_send(M0110_INSTANT); m0110_send(M0110_INSTANT);
uint8_t data = m0110_recv(); uint8_t data = m0110_recv();
if (data != M0110_NULL) { if (data != M0110_NULL) {
phex(data); print(" "); debug_hex(data); debug(" ");
} }
return data; return data;
} }