Only include mocked modbus data structures in standalone builds.

This commit is contained in:
mheyse
2024-07-06 21:08:39 +02:00
parent 8c810f2276
commit 6a721808a4

View File

@@ -13,7 +13,7 @@
#include <map>
#include <utility>
#if defined(EMSESP_STANDALONE) || defined(EMSESP_TEST)
#if defined(EMSESP_STANDALONE)
#include <modbus_test.h>