Index: firmware/App/Services/Interrupts.c =================================================================== diff -u -reb877ae36c28eb83553ee11ccccf42e2c4a5b4d2 -reff7b1575f008f81b29ef906f6346fac6012d3ab --- firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision eb877ae36c28eb83553ee11ccccf42e2c4a5b4d2) +++ firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision eff7b1575f008f81b29ef906f6346fac6012d3ab) @@ -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) } }