Update selftest_buttonEvents.c

This commit is contained in:
Tester23
2026-01-23 09:11:10 +01:00
parent 1224ce90f2
commit df609a8f42

View File

@@ -107,7 +107,7 @@ void Test_ButtonEvents() {
SIM_SetSimulatedPinValue(10, false);
Sim_RunFrames(100, false);
SELFTEST_ASSERT_CHANNEL(5, 0); // toggled
SIM_SetSimulatedPinValue(10, false);
SIM_SetSimulatedPinValue(10, true);
Sim_RunFrames(100, false);
SELFTEST_ASSERT_CHANNEL(5, 1); // toggled