Index: sources/canbus/CanInterface.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -re5bfc98faab0d165beb1d6f1eda32cceb06dbe20 --- sources/canbus/CanInterface.h (.../CanInterface.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/canbus/CanInterface.h (.../CanInterface.h) (revision e5bfc98faab0d165beb1d6f1eda32cceb06dbe20) @@ -54,7 +54,7 @@ // constants const char *_canType = "socketcan"; - QString _canInterface = "can0"; + QString _canInterface = gActiveCANBus; // can0 by default, can be altered by -A(--active-can-bus) const int _canBitRate = 250000; // member variables