Skip to content

Commit 14877f1

Browse files
author
Daniel Jäckle
committed
Add missing comment to vairable LastTxChannel
1 parent 76bf29e commit 14877f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mac/LoRaMac.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@ static bool DutyCycleOn;
426426
*/
427427
static uint8_t Channel;
428428

429+
/*!
430+
* Channel index of the last transmission
431+
*/
429432
static uint8_t LastTxChannel;
430433

431434
/*!

0 commit comments

Comments
 (0)