Replaced overloaded casting of CMSIS-DAP Command with rawCommand member function
This commit is contained in:
@@ -25,6 +25,6 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap
|
||||
this->lastCommandSentTimeStamp = now;
|
||||
}
|
||||
|
||||
this->getUsbHidInterface().write(static_cast<std::vector<unsigned char>>(cmsisDapCommand));
|
||||
this->getUsbHidInterface().write(cmsisDapCommand.rawCommand());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user