Fixed unidentified command. Fixed erroring.

This commit is contained in:
2019-06-22 16:16:07 +01:00
parent e7eba249f5
commit 731b52d816
2 changed files with 4 additions and 1 deletions

View File

@@ -184,4 +184,5 @@ void U2FMessage::error(const uint32_t tCID, const uint8_t tErr)
msg.cid = tCID;
msg.cmd = U2FHID_ERROR;
msg.data.push_back(tErr);
msg.write();
}