Closed ryedwards closed 2 years ago
Code was ignoring the active flag as defined in config.h. The flag was used in the GPIO init routines but not in can.c where it is used during can_enable and can_disable.
Thanks. I rewrote it slightly differently though in f4f1586dbf563b4850d5b52e99aac06f0311403e
Code was ignoring the active flag as defined in config.h. The flag was used in the GPIO init routines but not in can.c where it is used during can_enable and can_disable.