Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When there is an invalid frame on CAN bus (in our case CAN FD), PCAN …
…first reports result PCAN_ERROR_ILLDATA and then it send the error frame. If the PCAN_ERROR_ILLDATA is not ignored, python-can throws an exception. This fix add the ignore on the PCAN_ERROR_ILLDATA.
- Loading branch information