Removed the LED test

This commit is contained in:
jakeg00dwin 2024-08-26 12:07:25 -07:00
parent 012eeafec7
commit 6303b56f54

View file

@ -130,7 +130,6 @@ int main(int argc, char **argv)
LedByte led_byte = LedController_New(&PORTA.OUT);
LedSetup(&led_byte);
LedController_ShowByte(&led_byte, 0xAA);
while (true)
{