Some renamings.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <atomic>
|
||||
|
||||
#include <bcvalue.h>
|
||||
#include <bccandrivertinycan.h>
|
||||
#include <bcdrivertinycan.h>
|
||||
|
||||
// template ...
|
||||
class BCTransmitter : public QObject, public BCAbstractTransmitter
|
||||
@@ -72,7 +72,7 @@ private:
|
||||
QMutex _mutex;
|
||||
std::atomic<bool> _isBusy{ false };
|
||||
|
||||
BCCanDriverTinyCan _canDriver;
|
||||
BCDriverTinyCan _canDriver;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user