Added dummy can driver.

This commit is contained in:
2025-12-30 14:42:49 +01:00
parent f170b3835d
commit fbeb4fb3c0
6 changed files with 73 additions and 16 deletions

View File

@@ -72,7 +72,8 @@ private:
QMutex _mutex;
std::atomic<bool> _isBusy{ false };
BCDriverTinyCan _canDriver;
BCDriver* _canDriver{};
};