remove "receivednumberat" from blocks

This commit is contained in:
Peli de Halleux 2016-09-15 23:49:50 -07:00
parent 0f9dde0c4e
commit 02cd0e1da3

View File

@ -141,7 +141,6 @@ namespace radio {
*/
//% help=radio/received-number-at
//% weight=45 debug=true
//% blockId=radio_datagram_received_number_at block="radio receive number|at %VALUE" blockGap=8
int receivedNumberAt(int index) {
if (radioEnable() != MICROBIT_OK) return 0;
if (0 <= index && index < packet.length() / 4) {