fixed LEDs

This commit is contained in:
Steffen Vogel 2012-04-15 16:01:47 +02:00
parent 1a5c60e4c4
commit 4995479bdf

View file

@ -324,7 +324,8 @@ int main(void) {
/* all inputs except PC0, PC1 */
DDRC = 0x03;
PORTC = 0xfe;
ledGreenOn();
ledRedOff();
/* init timer */
clockInit();