Scs #3

Merged
cala-br merged 32 commits from scs into master 2022-02-23 21:08:47 +01:00
4 changed files with 22 additions and 21 deletions
Showing only changes of commit dd53c8f4cc - Show all commits
+2 -1
View File
@@ -55,7 +55,8 @@ static HalStatus receiveAll(ReceptionParams *rp) {
do { do {
rp->result += MMR_CAN_MAX_DATA_LENGTH; rp->result += MMR_CAN_MAX_DATA_LENGTH;
status |= receiveOne(rp); status |= receiveOne(rp);
} while ( }
while (
headerIsMultiFrame(&rp->headers.mmr, targetId) && status == HAL_OK headerIsMultiFrame(&rp->headers.mmr, targetId) && status == HAL_OK
); );
1