Rev 2133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2133 | Rev 2135 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | 32 | ||
33 | #ifdef DO_PROFILE |
33 | #ifdef DO_PROFILE |
34 | static uint8_t profileTimer; |
34 | static uint8_t profileTimer; |
Line -... | Line 35... | ||
- | 35 | #endif |
|
- | 36 | ||
- | 37 | // Set up LED output. This is here and not in configuration.c because the setBoardRelease function where it used to reside no longer exists. |
|
- | 38 | DDRB |= ((1<<DDB4)|(1<<DDB5)); |
|
35 | #endif |
39 | PORTB &= ~((1<<DDB4)|(1<<DDB5)); |
36 | 40 | ||
Line 37... | Line 41... | ||
37 | // disable interrupts global |
41 | // disable interrupts global |
38 | cli(); |
42 | cli(); |