1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

intermediate: add iic task

This commit is contained in:
andreas
2023-10-26 11:55:57 +02:00
parent 30facdbf4d
commit 8266fba42a
3 changed files with 88 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#ifndef _GWIICTASK
#define _GWIICTASK
#include "GwApi.h"
DECLARE_USERTASK(runIicTask)
#endif