From 62a27f2a4b8f3ec270eaec58bd1c593a013cf8bb Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 20 May 2021 07:35:03 -0700 Subject: [PATCH] link issue --- services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.ts b/services.ts index 895b962..d603687 100644 --- a/services.ts +++ b/services.ts @@ -189,7 +189,7 @@ function deviceView(d: jacdac.Device) { 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 = () => { noopSent = noopRecv = 0 const pkt = jacdac.JDPacket.from(jacdac.ControlCmd.Noop, Buffer.create(0))