link issue
This commit is contained in:
Родитель
260c36c505
Коммит
62a27f2a4b
|
@ -189,7 +189,7 @@ function deviceView(d: jacdac.Device) {
|
||||||
|
|
||||||
function noop() { }
|
function noop() { }
|
||||||
|
|
||||||
// TODO: using function syntax here causes crash at runtime; investigate
|
// TODO: using function syntax here causes crash at runtime; https://github.com/microsoft/pxt/issues/8172
|
||||||
const noopTest = () => {
|
const noopTest = () => {
|
||||||
noopSent = noopRecv = 0
|
noopSent = noopRecv = 0
|
||||||
const pkt = jacdac.JDPacket.from(jacdac.ControlCmd.Noop, Buffer.create(0))
|
const pkt = jacdac.JDPacket.from(jacdac.ControlCmd.Noop, Buffer.create(0))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче