summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_lowspeed.c
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-04 08:03:23 +0800
committerTat-Chee Wan (USM)2011-07-04 08:03:23 +0800
commitc10627a2a5a048752d1d8b777ad87a0aca7929c1 (patch)
tree64f27317f1ac30844938fcd5cd7b4da20039bb37 /AT91SAM7S256/Source/c_lowspeed.c
parenta307367bdfbadd2ce7516b8a373c52c505c47964 (diff)
parentc331530002825a86f12151266a9772167a3a49ce (diff)
Merge remote branch 'nicolas/jch-merge'
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;