MITMotorsports / CANlib

An automatically generated C library for packing and unpacking based on ParseCAN specifications.
Apache License 2.0
5 stars 3 forks source link

CAN_x enums generated in wrong order #19

Open equationcrunchor opened 4 years ago

equationcrunchor commented 4 years ago

For example, on MY20:

typedef enum {
    CAN_3,
    CAN_1,
    CAN_2,
    INVALID_BUS
} CAN_Raw_Bus_T;

This doesn't break anything, but it is confusing.