EDBG Control protocol handler ID

This commit is contained in:
Nav
2022-03-16 17:11:57 +00:00
parent 86a47de181
commit 7d6a58301f

View File

@@ -9,5 +9,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg
AVRISP = 0x11,
AVR8_GENERIC = 0x12,
AVR32_GENERIC = 0x13,
EDBG_CONTROL = 0x20,
};
};
}