SENT: always report error, otherwise slow channel is not reset on error
This commit is contained in:
parent
b83285ef73
commit
b29a50e135
|
@ -207,6 +207,7 @@ int sent_channel::Decoder(uint32_t clocks) {
|
|||
#endif // SENT_STATISTIC_COUNTERS
|
||||
/* wait for next sync and recalibrate tickPerUnit */
|
||||
state = SENT_STATE_INIT;
|
||||
ret = -1;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue