I believe I hit a noob problem - been a while since last working on a c++ project :)
I want CAN buses to be accessible across the Arduino code (several files) so I can not simply declare and define them in the main (.ino) file.
What I tried:
can_bus.h
#ifndef CAN_BUS_H
#define CAN_BUS_H...