mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Fixed compile problem for Leonardo after 0bd6a2d20f
This commit is contained in:
@ -25,6 +25,8 @@ extern USBDevice_ USBDevice;
|
|||||||
//================================================================================
|
//================================================================================
|
||||||
// Serial over CDC (Serial1 is the physical port)
|
// Serial over CDC (Serial1 is the physical port)
|
||||||
|
|
||||||
|
struct ring_buffer;
|
||||||
|
|
||||||
class Serial_ : public Stream
|
class Serial_ : public Stream
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -193,4 +195,4 @@ void USB_Flush(uint8_t ep);
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* if defined(USBCON) */
|
#endif /* if defined(USBCON) */
|
||||||
|
Reference in New Issue
Block a user