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

@@ -46,7 +46,7 @@ void BCTransmitter::onToggleConnectionState( bool connect )
{
if( connect )
{
if( _canDriver.getState() != BCCanDriver::DriverState::Ready )
if( _canDriver.getState() != BCDriver::DriverState::Ready )
_canDriver.onStartDriver();
// fix!