1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

intermediate: move to ldf none mode

This commit is contained in:
andreas
2023-10-27 12:26:10 +02:00
parent 62124cb22d
commit 80017af0b4
17 changed files with 157 additions and 33 deletions

View File

@@ -1,5 +1,8 @@
#ifndef _GWIICTASK
#define _GWIICTASK
#ifndef _GWIICTASK_H
#define _GWIICTASK_H
#include "GwApi.h"
DECLARE_USERTASK(runIicTask)
void runIicTask(GwApi *api);
void initIicTask(GwApi *api);
DECLARE_USERTASK_PARAM(runIicTask,3000);
DECLARE_INITFUNCTION(initIicTask);
#endif