mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Fix up small error in main osc startup delay and replace more custom defines with standard Atmel defines
This commit is contained in:
parent
9e84fd5b73
commit
0aa4cfc2f1
5 changed files with 21 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue