Renamed CMSIS commandId field to id
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap
|
||||
*/
|
||||
using ExpectedResponseType = Response;
|
||||
|
||||
unsigned char commandId;
|
||||
unsigned char id;
|
||||
std::vector<unsigned char> data;
|
||||
|
||||
explicit Command(unsigned char commandId);
|
||||
|
||||
Reference in New Issue
Block a user