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

intermediate: running sensor tasks inits after all user init tasks

This commit is contained in:
andreas
2024-11-16 20:36:28 +01:00
parent f75f8033d1
commit 1ab70aca8b
5 changed files with 20 additions and 8 deletions

View File

@@ -3,5 +3,5 @@
#include "GwApi.h"
#include "GwSensor.h"
void initIicTask(GwApi *api);
DECLARE_INITFUNCTION(initIicTask);
DECLARE_INITFUNCTION_ORDER(initIicTask,GWLATEORDER);
#endif