Skip to content

Commit

Permalink
edit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DowJhob committed Jan 20, 2022
1 parent 6bc5c8f commit e390286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ecuManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ void ecuManager::startAction()
void ecuManager::updateRAM(abstractMemoryScaled memory)
{
qDebug()<< "ecuManager::updateRAM" << memory.toHex(':');
// QMetaObject::invokeMethod(ECUproto, "directDMAwrite", Qt::QueuedConnection,
// Q_ARG(abstractMemoryScaled, memory));
ECUproto->directDMAwrite(memory);
QMetaObject::invokeMethod(ECUproto, "directDMAwrite", Qt::QueuedConnection,
Q_ARG(abstractMemoryScaled, memory));
// ECUproto->directDMAwrite(memory);
}

void ecuManager::lockConnect(bool lockFlag)
Expand Down

0 comments on commit e390286

Please sign in to comment.