Skip to content

Commit d5df642

Browse files
author
Arto Kinnunen
committed
Sync with MCR20a RF driver v1.0.3
1 parent c064726 commit d5df642

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

components/802.15.4_RF/mcr20a-rf-driver/source/NanostackRfPhyMcr20a.cpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -998,19 +998,11 @@ static int8_t rf_extension(phy_extension_type_e extension_type, uint8_t *data_pt
998998
}
999999
break;
10001000
}
1001-
/*Set channel*/
1002-
case PHY_EXTENSION_SET_CHANNEL:
1003-
break;
10041001
/*Read energy on the channel*/
10051002
case PHY_EXTENSION_READ_CHANNEL_ENERGY:
10061003
*data_ptr = rf_get_channel_energy();
10071004
break;
1008-
/*Read status of the link*/
1009-
case PHY_EXTENSION_READ_LINK_STATUS:
1010-
break;
1011-
case PHY_EXTENSION_CONVERT_SIGNAL_INFO:
1012-
break;
1013-
case PHY_EXTENSION_ACCEPT_ANY_BEACON:
1005+
default:
10141006
break;
10151007
}
10161008
return 0;

0 commit comments

Comments
 (0)