This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
if the pending session returns a packet, use it, might be first of neg
main
John-Mark Gurney
2 years ago
parent
15cac28819
commit
0ca73bfff8
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
comms.c
+ 6
- 0
comms.c
View File
@@ -311,6 +311,12 @@ retmsg:
goto retmsg;
}
/* pending session advanced (likely to _WAIT_CONFIRM) */
if (pbouttmp.pktlen > 0) {
*pbout = pbouttmp;
return;
}
/* pending session didn't work, maybe new */
struct comms_session tmpsess;
Write
Preview
Loading…
Cancel
Save