From 4eb1bb03a0089b1b64b1567789109f256d138b0a Mon Sep 17 00:00:00 2001 From: ismail Date: Wed, 27 Aug 2025 17:16:06 +0300 Subject: [PATCH] Fix function call Refs #1090 --- test_apps/main/test_relay_chn_tilt_multi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_apps/main/test_relay_chn_tilt_multi.c b/test_apps/main/test_relay_chn_tilt_multi.c index 40e10a4..3904123 100644 --- a/test_apps/main/test_relay_chn_tilt_multi.c +++ b/test_apps/main/test_relay_chn_tilt_multi.c @@ -263,7 +263,7 @@ TEST_CASE("tilt_auto_all tilts channels based on last run direction", "[relay_ch TEST_ASSERT_GREATER_OR_EQUAL_MESSAGE(2, CONFIG_RELAY_CHN_COUNT, "Test requires at least 2 channels"); // 1. Prepare channel 0 with last run FORWARD and channel 1 with last run REVERSE - prepare_channels_for_tilt_with_mixed_runs(0, RELAY_CHN_CMD_FORWARD); + prepare_channels_for_tilt_with_mixed_runs(); // 2. Issue auto tilt command to all channels relay_chn_tilt_auto_all();