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