Fix up small error in main osc startup delay and replace more custom defines with standard Atmel defines
This commit is contained in:
@@ -1415,7 +1415,7 @@ typedef struct _AT91S_TC {
|
||||
#define AT91C_TC_CLKS_TIMER_DIV1_CLOCK (0x0) // (TC) Clock selected: TIMER_DIV1_CLOCK
|
||||
#define AT91C_TC_CLKS_TIMER_DIV2_CLOCK (0x1) // (TC) Clock selected: TIMER_DIV2_CLOCK
|
||||
#define AT91C_TC_CLKS_TIMER_DIV3_CLOCK (0x2) // (TC) Clock selected: TIMER_DIV3_CLOCK
|
||||
#define T91C_TC_CLKS_TIMER_DIV4_CLOCK (0x3) // (TC) Clock selected: TIMER_DIV4_CLOCK
|
||||
#define AT91C_TC_CLKS_TIMER_DIV4_CLOCK (0x3) // (TC) Clock selected: TIMER_DIV4_CLOCK
|
||||
#define AT91C_TC_CLKS_TIMER_DIV5_CLOCK (0x4) // (TC) Clock selected: TIMER_DIV5_CLOCK
|
||||
#define AT91C_TC_CLKS_XC0 (0x5) // (TC) Clock selected: XC0
|
||||
#define AT91C_TC_CLKS_XC1 (0x6) // (TC) Clock selected: XC1
|
||||
|
||||
Reference in New Issue
Block a user