Skip to content

Commit 1446bb4

Browse files
Fix AU915 setSubBand() for LoRaWAN
1 parent 043ebc4 commit 1446bb4

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

system/STM32L0xx/Lib/libstm32l052xx.a

-84 Bytes
Binary file not shown.

system/STM32L0xx/Lib/libstm32l072xx.a

-84 Bytes
Binary file not shown.

system/STM32L0xx/Lib/libstm32l082xx.a

-84 Bytes
Binary file not shown.

system/STM32L0xx/Source/LoRa/Mac/region/RegionAU915.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ void RegionAU915ApplyCFList( ApplyCFListParams_t* applyCFList )
489489

490490
bool RegionAU915ChanMaskSet( ChanMaskSetParams_t* chanMaskSet )
491491
{
492+
#if 0
492493
uint8_t nbChannels = RegionCommonCountChannels( chanMaskSet->ChannelsMaskIn, 0, 4 );
493494

494495
// Check the number of active channels
@@ -499,7 +500,8 @@ bool RegionAU915ChanMaskSet( ChanMaskSetParams_t* chanMaskSet )
499500
{
500501
return false;
501502
}
502-
503+
#endif
504+
503505
switch( chanMaskSet->ChannelsMaskType )
504506
{
505507
case CHANNELS_MASK:

0 commit comments

Comments
 (0)