Fixed compile problem for Leonardo after 0bd6a2d20fb9664255b20e0db11dd4586ebe9007

This commit is contained in:
Cristian Maglie 2013-07-26 12:50:17 +02:00
parent d1da7ef303
commit 090d53a74e
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@ extern USBDevice_ USBDevice;
//================================================================================
// Serial over CDC (Serial1 is the physical port)
struct ring_buffer;
class Serial_ : public Stream
{
private:
@ -193,4 +195,4 @@ void USB_Flush(uint8_t ep);
#endif
#endif /* if defined(USBCON) */
#endif /* if defined(USBCON) */