Added Microchip namespace to EDBG debug tool classes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "src/TargetController/Exceptions/DeviceNotFound.hpp"
|
||||
#include "src/Services/PathService.hpp"
|
||||
|
||||
namespace DebugToolDrivers
|
||||
namespace DebugToolDrivers::Microchip
|
||||
{
|
||||
MplabSnap::MplabSnap()
|
||||
: EdbgDevice(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user