1
0
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:
andreas
2023-10-27 19:55:22 +02:00
parent 682bbb5bb4
commit 9e05a86820
6 changed files with 42 additions and 7 deletions

View File

@@ -5,7 +5,6 @@
#include "GwApi.h"
#include "GwJsonDocument.h"
class GwLog;
typedef void (*GwUserTaskFunction)(GwApi *);
class GwApiInternal : public GwApi{
public: