Added Microchip namespace to EDBG debug tool classes

This commit is contained in:
Nav
2023-11-18 23:50:08 +00:00
parent 1600888624
commit 516892f7eb
21 changed files with 29 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
#include "src/TargetController/Exceptions/DeviceNotFound.hpp"
#include "src/Services/PathService.hpp"
namespace DebugToolDrivers
namespace DebugToolDrivers::Microchip
{
MplabSnap::MplabSnap()
: EdbgDevice(

View File

@@ -5,7 +5,7 @@
#include "src/DebugToolDrivers/Microchip/EdbgDevice.hpp"
namespace DebugToolDrivers
namespace DebugToolDrivers::Microchip
{
/**
* The MPLAB Snap device is a hybrid device - that is, it can present itself as an "MPLAB Snap ICD" device, as well