Add pin definitions for each timer, they're fixed
This commit is contained in:
parent
4a5508e5b8
commit
d6adce955c
|
@ -143,6 +143,10 @@ static volatile struct TMR_struct * const _TMR3 = (void *) (TMR3_BASE);
|
||||||
#define TMR2 (*_TMR2)
|
#define TMR2 (*_TMR2)
|
||||||
#define TMR3 (*_TMR3)
|
#define TMR3 (*_TMR3)
|
||||||
|
|
||||||
|
#define TMR0_PIN GPIO_08
|
||||||
|
#define TMR1_PIN GPIO_09
|
||||||
|
#define TMR2_PIN GPIO_10
|
||||||
|
#define TMR3_PIN GPIO_11
|
||||||
|
|
||||||
/* Old timer definitions, for compatibility */
|
/* Old timer definitions, for compatibility */
|
||||||
#ifndef REG_NO_COMPAT
|
#ifndef REG_NO_COMPAT
|
||||||
|
|
Loading…
Reference in a new issue