mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-29 15:43:56 +00:00
fix unforgivable typo that broke compilation.
This commit is contained in:
parent
56460c29c3
commit
7fc5c0d6c0
2
slip.c
2
slip.c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user