aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_lowspeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/c_lowspeed.c')
-rw-r--r--AT91SAM7S256/Source/c_lowspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/Source/c_lowspeed.c b/AT91SAM7S256/Source/c_lowspeed.c
index 26851db..f8baa92 100644
--- a/AT91SAM7S256/Source/c_lowspeed.c
+++ b/AT91SAM7S256/Source/c_lowspeed.c
@@ -101,7 +101,7 @@ void cLowSpeedCtrl(void)
{
if (IOMapLowSpeed.InBuf[ChannelNumber].BytesToRx != 0)
{
- dLowSpeedReceiveData(ChannelNumber, &VarsLowSpeed.InputBuf[ChannelNumber].Buf[0], IOMapLowSpeed.InBuf[ChannelNumber].BytesToRx);
+ dLowSpeedReceiveData(ChannelNumber, &VarsLowSpeed.InputBuf[ChannelNumber].Buf[0], IOMapLowSpeed.InBuf[ChannelNumber].BytesToRx, IOMapLowSpeed.NoRestartOnRead);
VarsLowSpeed.RxTimeCnt[ChannelNumber] = 0;
}
IOMapLowSpeed.ChannelState[ChannelNumber] = LOWSPEED_COMMUNICATING;