mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
iso7816_4.c: Removed time guard
This commit is contained in:
@@ -684,9 +684,5 @@ void ISO7816_Init( Usart_info *usart, bool master_clock )
|
||||
} else {
|
||||
us_base->US_BRGR = US_BRGR_CD(1);
|
||||
}
|
||||
|
||||
/* Write the Timeguard Register */
|
||||
// us_base->US_RTOR = 0;
|
||||
us_base->US_TTGR = 5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user