This commit is contained in:
Michal Moskal 2021-05-20 07:35:03 -07:00
Родитель 260c36c505
Коммит 62a27f2a4b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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))