Tidying
This commit is contained in:
@@ -8,8 +8,8 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg
|
||||
{
|
||||
using namespace Bloom::Exceptions;
|
||||
|
||||
EdbgInterface::EdbgInterface(Usb::HidInterface&& usbHidInterface)
|
||||
: CmsisDapInterface(std::move(usbHidInterface))
|
||||
EdbgInterface::EdbgInterface(Usb::HidInterface&& cmsisHidInterface)
|
||||
: CmsisDapInterface(std::move(cmsisHidInterface))
|
||||
{}
|
||||
|
||||
Protocols::CmsisDap::Response EdbgInterface::sendAvrCommandsAndWaitForResponse(
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg
|
||||
class EdbgInterface: public CmsisDapInterface
|
||||
{
|
||||
public:
|
||||
explicit EdbgInterface(Usb::HidInterface&& usbHidInterface);
|
||||
explicit EdbgInterface(Usb::HidInterface&& cmsisHidInterface);
|
||||
|
||||
/**
|
||||
* Send an AvrCommandFrame to the debug tool and wait for a response.
|
||||
|
||||
Reference in New Issue
Block a user