From d63b93e92300002920a683f95206b6a8c1a31a24 Mon Sep 17 00:00:00 2001 From: Daniel Kucera Date: Sat, 3 Dec 2022 17:12:46 +0100 Subject: [PATCH] loramac: fix broken join1 interval --- net/lora/node/src/mac/LoRaMac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/lora/node/src/mac/LoRaMac.c b/net/lora/node/src/mac/LoRaMac.c index a2ec911d76..aa89a5d0e9 100644 --- a/net/lora/node/src/mac/LoRaMac.c +++ b/net/lora/node/src/mac/LoRaMac.c @@ -1354,7 +1354,6 @@ lora_mac_process_radio_rx_timeout(struct os_event *ev) g_lora_mac_data.rx_slot, 0); if (LoRaMacDeviceClass != CLASS_C) { - Radio.Sleep( ); if (g_lora_mac_data.rx_slot == RX_SLOT_WIN_2) { /* Let the ACK retry timer handle confirmed transmissions */ if (!LM_F_NODE_ACK_REQ()) {