remove warnings

This commit is contained in:
Conor Patrick
2019-03-21 00:01:37 -04:00
parent 02e83073e0
commit d68011ef04
2 changed files with 4 additions and 4 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