fix unforgivable typo that broke compilation.

This commit is contained in:
gardners 2013-05-08 11:03:30 +09:30
parent 56460c29c3
commit 7fc5c0d6c0

2
slip.c
View File

@ -201,7 +201,7 @@ int upper7_decode(struct slip_decode_state *state,unsigned char byte)
"upper7_decode() call #%d: state=%d, byte=0x%02x, rssi_len=%d, dst_offset=%d",
u7d_calls,state->state,byte,state->rssi_len,state->dst_offset);
if (config.debug.slipbytestream)
WHTF("call #%d: state=%d, byte=0x%02x, rssi_len=%d, dst_offset=%d",
WHYF("call #%d: state=%d, byte=0x%02x, rssi_len=%d, dst_offset=%d",
u7d_calls,state->state,byte,state->rssi_len,state->dst_offset);
// Parse out inline RSSI reports