fixed LEDs
This commit is contained in:
parent
1a5c60e4c4
commit
4995479bdf
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@ int main(void) {
|
|||
|
||||
/* all inputs except PC0, PC1 */
|
||||
DDRC = 0x03;
|
||||
PORTC = 0xfe;
|
||||
ledGreenOn();
|
||||
ledRedOff();
|
||||
|
||||
/* init timer */
|
||||
clockInit();
|
||||
|
|
Loading…
Add table
Reference in a new issue