From 6a721808a4af4fa40ef1e90e958c2f12f5566781 Mon Sep 17 00:00:00 2001 From: mheyse Date: Sat, 6 Jul 2024 21:08:39 +0200 Subject: [PATCH] Only include mocked modbus data structures in standalone builds. --- src/modbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modbus.h b/src/modbus.h index a5e0ed06d..5e11f4061 100644 --- a/src/modbus.h +++ b/src/modbus.h @@ -13,7 +13,7 @@ #include #include -#if defined(EMSESP_STANDALONE) || defined(EMSESP_TEST) +#if defined(EMSESP_STANDALONE) #include