Skip to content

Commit 9e6872c

Browse files
committed
IN865: return 0 for maxFrameLen for DR6 (it's not unsupported)
1 parent cbc4876 commit 9e6872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/lmic_in866.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CONST_TABLE(u1_t, _DR2RPS_CRC)[] = {
5050
};
5151

5252
static CONST_TABLE(u1_t, maxFrameLens)[] = {
53-
59+5, 59+5, 59+5, 123+5, 250+5, 250+5, 250+5, 250+5
53+
59+5, 59+5, 59+5, 123+5, 250+5, 250+5, 0, 250+5
5454
};
5555

5656
uint8_t LMICin866_maxFrameLen(uint8_t dr) {

0 commit comments

Comments
 (0)