Index: App/Services/Interrupts.c =================================================================== diff -u -r4e49b5f4036964295a7f8341a860023d319569cc -rc8c2c1b2a5b2d4836d19fa3c719446c3089c4a36 --- App/Services/Interrupts.c (.../Interrupts.c) (revision 4e49b5f4036964295a7f8341a860023d319569cc) +++ App/Services/Interrupts.c (.../Interrupts.c) (revision c8c2c1b2a5b2d4836d19fa3c719446c3089c4a36) @@ -67,10 +67,12 @@ if ( ( flags & SCI_FE_INT ) != 0 ) { frameErrorCnt++; + // TODO - clear and try to do something to recover (+ max retries = comm fault) } if ( ( flags & SCI_OE_INT ) != 0 ) { overrunErrorCnt++; + // TODO - clear and try to do something to recover (+ max retries = comm fault) } }