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 9f593a7 commit a1e6870Copy full SHA for a1e6870
core/USBAPI.h
@@ -28,7 +28,7 @@ extern USBDevice_ USBDevice;
28
class Serial_ : public Stream
29
{
30
private:
31
- int peek_buffer;
+ int peek_buffer = -1;
32
public:
33
void begin(unsigned long);
34
void begin(unsigned long, uint8_t);
0 commit comments