mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
perform startup delay also during TIA
This commit is contained in:
parent
0877802ded
commit
bf3ae7f007
4 changed files with 8 additions and 12 deletions
|
@ -69,7 +69,7 @@ static void ConfigClocks(void) {
|
|||
(1 << AT91C_ID_PWMC) |
|
||||
(1 << AT91C_ID_UDP);
|
||||
|
||||
mck_from_slck_to_pll(true);
|
||||
mck_from_slck_to_pll();
|
||||
}
|
||||
|
||||
static void Fatal(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue