iso7816_4.c: CLK div differs for Master and Slave

Attention: Each init function has to enable and disable receiver and
transmitter on its own!
This commit is contained in:
Christina Quast
2015-04-17 18:47:34 +02:00
parent dea1f55fb7
commit 4b8149363a
3 changed files with 10 additions and 13 deletions

View File

@@ -117,7 +117,6 @@ void USART1_IrqHandler( void )
/* Fill char into buffer */
rbuf_write(&sim_rcv_buf, c);
} else {
rbuf_write(&sim_rcv_buf, c);
PR("e %x st: %x\n", c, stat);
} /* else: error occured */