release-0.4.0 #28

Merged
ismail merged 15 commits from release-0.4.0 into main 2025-07-07 13:45:02 +02:00
Showing only changes of commit 11786b7a06 - Show all commits

View File

@@ -75,21 +75,3 @@ TEST_CASE("Relay channels do not change state for invalid channel", "[relay_chn]
relay_chn_flip_direction(relay_chn_count + 1); // Flip the direction
check_channels_state_unchanged();
}
void setUp(void)
{
// Run before each test
}
void tearDown(void)
{
// Run after each test
}
// Test app entry point
void app_main(void)
{
// Run the Unity tests menu
unity_run_menu();
}