whitespace

This commit is contained in:
jakeg00dwin 2024-09-01 13:20:40 -07:00
parent 85e7f69c07
commit 9c878f9e08
1 changed files with 2 additions and 0 deletions

View File

@ -91,3 +91,5 @@ TEST(test_Relays, DisableDoesNothingOnPCDisabledRelay)
Relay_Disable(&relay);
CHECK_EQUAL(0xFF, *(uint8_t *)relay.output_port);
}