New constructor with command ID param for delegating construction, for the CMSIS-DAP command class
This commit is contained in:
@@ -50,6 +50,8 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap
|
||||
*/
|
||||
using ExpectedResponseType = Response;
|
||||
|
||||
explicit Command(unsigned char commandId): commandId(commandId) {};
|
||||
|
||||
Command() = default;
|
||||
virtual ~Command() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user