Some renamings.

This commit is contained in:
2025-12-30 10:12:01 +01:00
parent 18a922564c
commit 256cae4349
9 changed files with 45 additions and 47 deletions

View File

@@ -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;
};