From d69afaa74272439146964f7e90aa6f31e2242dca Mon Sep 17 00:00:00 2001 From: Softonik Date: Sat, 19 Nov 2022 21:44:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D0=BF=D1=80=D0=B5=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BC=D0=BE=D0=B4=D1=83?= =?UTF-8?q?=D0=BB=D1=8C=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transpile/mapping.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transpile/mapping.go b/transpile/mapping.go index 9244778..6f78e58 100644 --- a/transpile/mapping.go +++ b/transpile/mapping.go @@ -94,4 +94,6 @@ var mapping = map[string]string{ "arduino.RXLED": "17", "arduino.D30": "30", "arduino.TXLED": "30", + "task.TaskCreate": "vTaskCreate", + "task.TaskDelay": "vTaskDelay", }