Rev 408 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 408 | Rev 2289 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | 10 | ||
| 11 | /*----------------------------------------------------------------------------- |
11 | /*----------------------------------------------------------------------------- |
| 12 | * Defines |
12 | * Defines |
| 13 | *---------------------------------------------------------------------------*/ |
13 | *---------------------------------------------------------------------------*/ |
| 14 | /* Enable timer2 if you want to use as many PWM outputs as possible */ |
14 | /* Enable timer2 if you want to use as many PWM outputs as possible */ |
| - | 15 | #ifndef TIMEBASE_TIMER0 |
|
| 15 | #define TIMER2 |
16 | #define TIMER2 |
| - | 17 | #endif |
|
| 16 | 18 | ||
| 17 | // Uncomment the following line to test the improved timebase implementation |
19 | // Uncomment the following line to test the improved timebase implementation |
| 18 | //#define TIMEBASE_NEW_IMPLEMENTATION |
20 | //#define TIMEBASE_NEW_IMPLEMENTATION |
| 19 | 21 | ||
| 20 | #define TIMEBASE_PRESCALE (64) |
22 | #define TIMEBASE_PRESCALE (64) |