File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ const uint8_t REF_INT_2_56 = 6;
12
12
// Internal 2.56V Voltage Reference with bypass capacitor at AREF/PB0
13
13
const uint8_t REF_INT_2_56_EXT_CAP = 7 ;
14
14
15
- typedef _Timer_2C2 <_Register<NTCNT0>, _Register<NOCR0A>, _Register<NOCR0B>,
16
- _Register<NTCCR0A>, _Register<NTCCR0B>, _Register<NTIFR>,
17
- _Register<NTIMSK> >
15
+ typedef _TimerTiny_3C2 <_Register<NTCNT0>, _Register<NOCR0A>, _Register<NOCR0B>,
16
+ _Register<NTCCR0A>, _Register<NTCCR0B>,
17
+ _Register<NTIMSK>, _Register<NTIFR > >
18
18
Timer0;
19
19
20
20
typedef _TimerTiny_3C2<_Register<NTCNT1>, _Register<NOCR1A>, _Register<NOCR1B>,
21
- _Register<NOCR1C >, _Register<NTCCR>, _Register<NGTCCR>,
22
- _Register<NTIFR >, _Register<NTIMSK > >
21
+ _Register<NTCCR0A >, _Register<NTCCR0B>
22
+ _Register<NTIMSK >, _Register<NTIFR > >
23
23
Timer1;
24
24
25
25
class Pin
You can’t perform that action at this time.
0 commit comments