Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DroneCAN/UAVCANv0 handling of uavcan.protocol.file.Read responses (…
…#28) An empty response to the uavcan.protocol.file.Read will have a size of 2 bytes (this is the size of the error field), while the DroneCAN -> Cyphal converter expects at least 4, because it mistakenly assumes that the minimum response size will be like in Cyphal, where there is no tail array optimization.
- Loading branch information