scale up to 24 MHz only for register

This commit is contained in:
Conor Patrick
2019-02-26 01:51:07 -05:00
parent 54b7f42056
commit a195408a11
2 changed files with 6 additions and 5 deletions

View File

@ -485,8 +485,9 @@ void nfc_process_iblock(uint8_t * buf, int len)
// WTX_on(WTX_TIME_DEFAULT);
// SystemClock_Config_LF32();
// delay(300);
SystemClock_Config_LF24();
u2f_request_nfc(&buf[1], len, &ctap_resp);
// SystemClock_Config_LF16();
SystemClock_Config_LF16();
// if (!WTX_off())
// return;