Hellen says let's fix master
This commit is contained in:
parent
98fa9dd6de
commit
cf90ed125e
|
@ -164,7 +164,7 @@ void sr5WriteData(ts_channel_s *tsChannel, const uint8_t * buffer, int size) {
|
||||||
UNUSED(tsChannel);
|
UNUSED(tsChannel);
|
||||||
int transferred = size;
|
int transferred = size;
|
||||||
canAddToTxStreamTimeout(&TS_CAN_DEVICE, (size_t *)&transferred, buffer, BINARY_IO_TIMEOUT);
|
canAddToTxStreamTimeout(&TS_CAN_DEVICE, (size_t *)&transferred, buffer, BINARY_IO_TIMEOUT);
|
||||||
#else
|
#endif
|
||||||
if (tsChannel->channel == nullptr)
|
if (tsChannel->channel == nullptr)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue