mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Event: Better error message for USB powered devices
This commit is contained in:
@@ -35,6 +35,9 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
protected:
|
||||
bool requiresVehiclePower() const override { return false; }
|
||||
|
||||
private:
|
||||
VividCAN(neodevice_t neodevice) : Device(neodevice) {
|
||||
initialize<STM32, VividCANSettings>();
|
||||
|
||||
Reference in New Issue
Block a user