Fix conditional compilation issues.

Fixed include directory settings and conditional includes in CMakeLists and test_common.c. Refs #1085.
This commit is contained in:
2025-09-04 18:23:05 +03:00
parent 86cc29a33b
commit 61ca2197e1
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,10 @@
#include "test_common.h"
#include "relay_chn_ctl.h" // For resetting the channels
#if CONFIG_RELAY_CHN_ENABLE_TILTING
#include "relay_chn_tilt.h" // For resetting tilt count
#endif
const char *TEST_TAG = "RELAY_CHN_TEST";