OpenCyphal / libcanard

A compact implementation of the Cyphal/CAN protocol in C for high-integrity real-time embedded systems
http://opencyphal.org
MIT License
329 stars 192 forks source link

Fix warnings in test helpers #202

Closed joshvazquez-amzn closed 2 years ago

joshvazquez-amzn commented 2 years ago

Fix unused variable warnings and sign conversion warning in test helpers.

201

pavel-kirienko commented 2 years ago

Please fix the formatting as indicated by the broken check, otherwise it looks good. Thanks!

joshvazquez-amzn commented 2 years ago

Whoops, I missed committing the change to that last line after running clang-format.