Decoupled AVR8 physical interface enum from EDBG protocol code

This commit is contained in:
Nav
2021-06-26 04:30:01 +01:00
parent 0433d6c351
commit 0931bc649f
6 changed files with 67 additions and 39 deletions

View File

@@ -7,6 +7,7 @@
#include "Avr8.hpp"
#include "PadDescriptor.hpp"
#include "PhysicalInterface.hpp"
#include "src/Logger/Logger.hpp"
#include "src/Exceptions/InvalidConfig.hpp"
#include "src/Targets/TargetRegister.hpp"