Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 60d929c

Browse files
author
iwahdan88
committed
esp32/modlora: fix compilation error
1 parent 41bc37b commit 60d929c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

esp32/mods/modlora.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,6 @@ static void McpsIndication (McpsIndication_t *mcpsIndication) {
700700
// set the state back to 1
701701
lora_obj.ComplianceTest.State = 1;
702702
}
703-
} else {
704-
// set the state back to 1
705-
lora_obj.ComplianceTest.State = 1;
706-
}
707703
// printf("Crypto message received\n");
708704
break;
709705
case 5: // (viii)

0 commit comments

Comments
 (0)