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

forbid the include of GwHardware.h in user task headers

This commit is contained in:
andreas
2023-10-28 11:09:48 +02:00
parent a98693a9b1
commit 1ff7c44220
2 changed files with 5 additions and 0 deletions

View File

@@ -92,7 +92,9 @@ class GwUserCapability{
userCapabilities[name]=value;
}
};
#define _NOGWHARDWAREUT
#include "GwUserTasks.h"
#undef _NOGWHARDWAREUT
class TaskDataEntry{
public: