Corrected infinite recursion bug with EDBG Avr8 memory read implementation
This commit is contained in:
@@ -85,6 +85,12 @@ namespace Bloom
|
||||
return std::make_unique<PowerDebugger>();
|
||||
}
|
||||
},
|
||||
{
|
||||
"snap",
|
||||
[]() -> std::unique_ptr<DebugTool> {
|
||||
return std::make_unique<MplabSnap>();
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user