Skip to content

Commit 1d1ff10

Browse files
committed
Add a comment
1 parent c6f9295 commit 1d1ff10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lmic/lmic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,6 +2497,7 @@ static void engineUpdate_inner (void) {
24972497
txbeg = LMIC.txend = LMICbandplan_nextTx(now);
24982498
LMIC.opmode &= ~OP_NEXTCHNL;
24992499
} else {
2500+
// no need to consider anything but LMIC.txend.
25002501
txbeg = LMIC.txend;
25012502
}
25022503
// Delayed TX or waiting for duty cycle?

0 commit comments

Comments
 (0)