Moving ResponseId enum for the HOUSEKEEPING EDBG protocol out of the command frame class header.
This commit is contained in:
@@ -63,6 +63,7 @@ namespace Bloom::DebugToolDrivers
|
||||
|
||||
void XplainedNano::startSession() {
|
||||
using namespace CommandFrames::HouseKeeping;
|
||||
using ResponseFrames::HouseKeeping::ResponseId;
|
||||
|
||||
auto response = this->getEdbgInterface().sendAvrCommandFrameAndWaitForResponseFrame(
|
||||
StartSession()
|
||||
@@ -78,6 +79,7 @@ namespace Bloom::DebugToolDrivers
|
||||
|
||||
void XplainedNano::endSession() {
|
||||
using namespace CommandFrames::HouseKeeping;
|
||||
using ResponseFrames::HouseKeeping::ResponseId;
|
||||
|
||||
auto response = this->getEdbgInterface().sendAvrCommandFrameAndWaitForResponseFrame(
|
||||
EndSession()
|
||||
|
||||
Reference in New Issue
Block a user