Core: Do not allow byte aligned blocks after the first block
This commit is contained in:
parent
60969607c8
commit
305648f02f
|
@ -414,6 +414,10 @@ void PeripheralInterfaceHandler::PI_DMA_WRITE()
|
||||||
BlockLen = 0;
|
BlockLen = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
BlockLen = ReadLen;
|
||||||
|
}
|
||||||
|
|
||||||
for (int32_t i = 0; i < BlockLen; i++)
|
for (int32_t i = 0; i < BlockLen; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue