Added more demo stuff.
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
BCTransmitter::BCTransmitter(QObject *parent)
|
||||
: QObject(parent), _isBusy(false)
|
||||
{
|
||||
//_canDriver = new BCDriverTinyCan{this};
|
||||
_canDriver = new BCDriverDummy{this};
|
||||
_canDriver = new BCDriverTinyCan{this};
|
||||
//_canDriver = new BCDriverDummy{this};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user