Renamed CMSIS commandId field to id

This commit is contained in:
Nav
2022-10-01 21:02:10 +01:00
parent 065a389dfe
commit 9fb017c2de
3 changed files with 4 additions and 4 deletions

View File

@@ -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);