the device after so... This was total crap !
Change-Id: I9bb43c3f75c613a5927f342b3c574871c0eb65bb
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
can_devices_.push_back(std::make_shared<can_bus_dev_t>(device, i));
if (can_devices_[i]->open() == 0)
{
- i++;
DEBUG(binder_interface, "Start reading thread");
NOTICE(binder_interface, "%s device opened and reading", device.c_str());
can_devices_[i]->start_reading(*this);
}
else
ERROR(binder_interface, "Can't open device %s", device.c_str());
+ i++;
}
NOTICE(binder_interface, "Initialized %d/%d can bus device(s)", i, t);