iso7816_4.c: Removed time guard

This commit is contained in:
Christina Quast 2015-04-18 15:05:43 +02:00
parent fb91bb7069
commit b85f140636
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}