Moving ResponseId enum for the DISCOVERY EDBG protocol out of the command frame class header.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace Bloom::DebugToolDrivers
|
||||
|
||||
std::string CuriosityNano::getSerialNumber() {
|
||||
using namespace CommandFrames::Discovery;
|
||||
using ResponseFrames::Discovery::ResponseId;
|
||||
|
||||
auto response = this->getEdbgInterface().sendAvrCommandFrameAndWaitForResponseFrame(
|
||||
Query(QueryContext::SERIAL_NUMBER)
|
||||
|
||||
Reference in New Issue
Block a user