mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -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
|
@ -307,7 +307,7 @@ void SendVersion(void) {
|
|||
void TimingIntervalAcquisition(void) {
|
||||
// trigger new acquisition by turning main oscillator off and on
|
||||
mck_from_pll_to_slck();
|
||||
mck_from_slck_to_pll(false);
|
||||
mck_from_slck_to_pll();
|
||||
// wait for MCFR and recompute RTMR scaler
|
||||
StartTickCount();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue