enable Test LED in rounds pattern

This commit is contained in:
Stefan Rupp 2014-03-19 03:54:38 +01:00
parent d9b7a3c915
commit 883a3006f3

View File

@ -26,7 +26,7 @@ void rgbyteclock_rounds(void)
led_turn_all_on();
while (1) {
//PORTC ^= (1<<PC5);
PORTC ^= (1<<PC5);
for (int i=0; i<14; i++) {
led_set(i, 0x1ff, 0x00, 0x00);
led_flush();