mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 15:33:05 +01:00
correct compilation of SHT3X and QMP6988
This commit is contained in:
@@ -45,6 +45,7 @@ void initIicTask(GwApi *api){
|
||||
if (addTask){
|
||||
api->addUserTask(runIicTask,"iicTask",3000);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#ifndef _GWIIC
|
||||
void runIicTask(GwApi *api){
|
||||
@@ -147,6 +148,5 @@ void runIicTask(GwApi *api){
|
||||
timers.loop();
|
||||
}
|
||||
vTaskDelete(NULL);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user