We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ed2ad commit e97ef2dCopy full SHA for e97ef2d
arduino/cores/arduino/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