Tidying and comments

This commit is contained in:
Nav
2022-02-28 17:08:07 +00:00
parent 1a95a9d6c1
commit d8504eedca
3 changed files with 28 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap
*
* CmsisDapInterface cmsisInterface;
* AvrResponseCommand avrResponseCommand;
*
* auto response = cmsisInterface.sendCommandAndWaitForResponse(avrResponseCommand);
*
* In the code above, the response object will be an instance of the AvrResponse class, because the