mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 16:58:33 +03:00
iso7816_4.c: Increased max interations
This commit is contained in:
@@ -655,7 +655,7 @@ void ISO7816_Init( Usart_info *usart, bool master_clock )
|
|||||||
| US_MR_PAR_EVEN
|
| US_MR_PAR_EVEN
|
||||||
| US_MR_CHRL_8_BIT
|
| US_MR_CHRL_8_BIT
|
||||||
| US_MR_CLKO
|
| US_MR_CLKO
|
||||||
| (3<<24), /* MAX_ITERATION */
|
| (0<<24), /* MAX_ITERATION */
|
||||||
1,
|
1,
|
||||||
0);
|
0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user