forgot to save all files before I commited the last change

This commit is contained in:
Roger Clark 2014-12-04 21:43:54 +11:00
parent cd3a72a54d
commit 98a44d8744
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ int USBSerial::read(void) {
return b;
*/
if (!usb_cdcacm_rx(&b, 1))
if (usb_cdcacm_rx(&b, 1)==0)
{
return -1;
}