mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
allow for dynamic user task registration
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef _GWIICTASK_H
|
||||
#define _GWIICTASK_H
|
||||
#include "GwApi.h"
|
||||
void runIicTask(GwApi *api);
|
||||
void initIicTask(GwApi *api);
|
||||
DECLARE_USERTASK_PARAM(runIicTask,3000);
|
||||
DECLARE_INITFUNCTION(initIicTask);
|
||||
#endif
|
||||
Reference in New Issue
Block a user