From 1c07e25bd71f4e823aa9d61e2194731a9d9aee8a Mon Sep 17 00:00:00 2001 From: victorpv Date: Sat, 8 Jul 2017 10:49:14 -0500 Subject: [PATCH] Update usb_serial.h --- STM32F1/cores/maple/usb_serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STM32F1/cores/maple/usb_serial.h b/STM32F1/cores/maple/usb_serial.h index 153eb8e..8351593 100644 --- a/STM32F1/cores/maple/usb_serial.h +++ b/STM32F1/cores/maple/usb_serial.h @@ -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);