Tidying
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "EdbgAvr8Interface.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <thread>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
@@ -23,7 +23,8 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
|
||||
{
|
||||
public:
|
||||
explicit EdbgAvrIspInterface(EdbgInterface& edbgInterface)
|
||||
: edbgInterface(edbgInterface) {};
|
||||
: edbgInterface(edbgInterface)
|
||||
{};
|
||||
|
||||
/**
|
||||
* The EdbgAvrIspInterface doesn't actually require any config from the user, at this point in time. So this
|
||||
|
||||
@@ -14,7 +14,9 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr::ResponseFrame
|
||||
{
|
||||
public:
|
||||
GetProgramCounter() = default;
|
||||
explicit GetProgramCounter(const std::vector<AvrResponse>& avrResponses): Avr8GenericResponseFrame(avrResponses) {}
|
||||
explicit GetProgramCounter(const std::vector<AvrResponse>& avrResponses)
|
||||
: Avr8GenericResponseFrame(avrResponses)
|
||||
{}
|
||||
|
||||
Targets::TargetProgramCounter extractProgramCounter() {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user