rw spi callback removed wrong continue

This commit is contained in:
2021-10-14 15:50:50 +02:00
parent b7cd192185
commit f8d5546a03
2 changed files with 0 additions and 2 deletions

View File

@ -188,7 +188,6 @@ ReturnValue_t spiCallback(SpiComIF* comIf, SpiCookie *cookie, const uint8_t *sen
else {
*(rxBuf + decodedFrameLen) = byteRead;
decodedFrameLen++;
continue;
}
/**