Update usb_serial.h

This commit is contained in:
victorpv 2017-07-08 10:49:14 -05:00 committed by GitHub
parent 8683035cb7
commit 1c07e25bd7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public:
virtual int available(void);// Changed to virtual
size_t usb_serial_class::readBytes(char *buf, const size_t& len);
size_t readBytes(char *buf, const size_t& len);
uint32 read(uint8 * buf, uint32 len);
// uint8 read(void);