BinghamtonRover / Firmware-Utilities

A shared implementation of the CAN bus protocol for Arduino-based microcontrollers.
https://BinghamtonRover.github.io/burt-can/
2 stars 0 forks source link

Fix Wreorder warning. #8

Closed sbrokal1 closed 1 year ago

sbrokal1 commented 1 year ago

Having the constructor initialize in a different order than the variables are listed in the struct causes a warning on compilation. By fixing this ordering, the warning should go away.