You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Se pueden apagar todos los LEDs de una vez.voidtest_TurnOffAllLeds(void)
{
Led_TurnOnAll();
Led_TurnOffAll();
TEST_ASSERT_EQUAL_HEX16(0x0000, ledsVirtuales);
}
De esta forma se revisa que la función apague realmente todos los leds.
The text was updated successfully, but these errors were encountered:
Seria mejor cambiar esta prueba
TP3-TSSE/test/test_leds.c
Lines 61 to 68 in 7a3146a
por
De esta forma se revisa que la función apague realmente todos los leds.
The text was updated successfully, but these errors were encountered: