mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
intermediate: generic handling of user tasks
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
//we only compile for some boards
|
||||
#ifdef BOARD_TEST
|
||||
#include "GwExampleTask.h"
|
||||
#include "GwApi.h"
|
||||
|
||||
#define INVALID_COORD -99999
|
||||
@@ -79,4 +82,6 @@ void exampleTask(void *param){
|
||||
}
|
||||
vTaskDelete(NULL);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user