From eed3233e50ea1fc4361425455be04997dc1492aa Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Thu, 19 Mar 2020 23:46:05 -0300 Subject: [PATCH] Update lmic.c Missing a comma! https://github.com/LacunaSpace/basicmac/blob/69e55e953b652ef26e52819ab77559e4a81baf70/lmic/lmic.c#L1295 --- lmic/lmic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmic/lmic.c b/lmic/lmic.c index b4f3931..d80d4e3 100644 --- a/lmic/lmic.c +++ b/lmic/lmic.c @@ -1292,7 +1292,7 @@ static void updateTx_fix (ostime_t txbeg) { //XXX:BUG: this is US915/AU915 cent LMIC.globalDutyAvail = txbeg + (airtime<