Skip to content

Commit a07ed7e

Browse files
committed
Added radio lookup fixup.
1 parent ecca06a commit a07ed7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/borderrouter_tasklet.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ static void initialize_channel_list(uint32_t channel)
176176
channel_list.channel_mask[0] = channel_mask_0_subghz;
177177
break;
178178
case ATMEL_AT86RF231:
179+
case ATMEL_AT86RF233:
179180
tr_debug("Using 24GHZ radio, type = %d, channel = %d", type, channel);
180181
channel_list.channel_mask[0] = channel_mask_0_2_4ghz;
181182
break;

0 commit comments

Comments
 (0)