Merge pull request #149 from solokeys/hmac-secret

Hmac-secret
This commit is contained in:
Nicolas Stalder
2019-03-22 22:05:41 +01:00
committed by GitHub
7 changed files with 741 additions and 243 deletions

View File

@@ -39,7 +39,7 @@ int _write (int fd, const void *buf, unsigned long int len)
// logbuflen += len;
// Send out USB serial
CDC_Transmit_FS(buf, len);
CDC_Transmit_FS(data, len);
// if (res == USBD_OK)
// logbuflen = 0;
#endif