mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
reduced time out for SCL
This commit is contained in:
parent
6ddf283272
commit
3d92b44047
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ static bool WaitSCL_L(void) {
|
|||
// It timeout reading response from card
|
||||
// Which ever comes first
|
||||
static bool WaitSCL_L_timeout(void) {
|
||||
volatile uint32_t delay = 1200;
|
||||
volatile uint32_t delay = 800;
|
||||
while (delay--) {
|
||||
// exit on SCL LOW
|
||||
if (SCL_read == false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue