FreeCalypso > hg > freecalypso-sw
changeset 985:8109185528c1
tfc139: new logic actually works
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 12 Dec 2015 03:24:52 +0000 |
parents | 8c83777f856c |
children | 65418b391513 |
files | rvinterf/lowlevel/tfc139.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rvinterf/lowlevel/tfc139.c Sat Dec 12 03:17:12 2015 +0000 +++ b/rvinterf/lowlevel/tfc139.c Sat Dec 12 03:24:52 2015 +0000 @@ -249,7 +249,7 @@ return; /* terminating NUL for sscanf */ rxpkt[rxpkt_len] = '\0'; - if (sscanf(rxpkt, format, &stackbase, &untouched) != 2) + if (sscanf(rxpkt + 16, format, &stackbase, &untouched) != 2) return; /* success! */ sprintf(msgbuf,