Removed the LED test
This commit is contained in:
parent
012eeafec7
commit
6303b56f54
|
@ -130,7 +130,6 @@ int main(int argc, char **argv)
|
||||||
LedByte led_byte = LedController_New(&PORTA.OUT);
|
LedByte led_byte = LedController_New(&PORTA.OUT);
|
||||||
LedSetup(&led_byte);
|
LedSetup(&led_byte);
|
||||||
|
|
||||||
LedController_ShowByte(&led_byte, 0xAA);
|
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue