fixing radio stack (#2461)

* fixing radio stack

* updated shims
This commit is contained in:
Peli de Halleux
2019-10-05 06:24:15 -07:00
committed by GitHub
parent 7433fd8beb
commit 36b8e5d661
4 changed files with 46 additions and 38 deletions

View File

@ -24,7 +24,8 @@ declare namespace radio {
/**
* Sends a raw packet through the radio
*/
//% advanced=true shim=radio::sendRawPacket
//% advanced=true
//% async shim=radio::sendRawPacket
function sendRawPacket(msg: Buffer): void;
/**