We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50372a commit ae4427fCopy full SHA for ae4427f
hardware/arduino/avr/cores/arduino/USBAPI.h
@@ -25,6 +25,8 @@ extern USBDevice_ USBDevice;
25
//================================================================================
26
// Serial over CDC (Serial1 is the physical port)
27
28
+struct ring_buffer;
29
+
30
class Serial_ : public Stream
31
{
32
private:
@@ -193,4 +195,4 @@ void USB_Flush(uint8_t ep);
193
195
194
196
#endif
197
-#endif /* if defined(USBCON) */
198
+#endif /* if defined(USBCON) */
0 commit comments