We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d0843 commit 9ac7e30Copy full SHA for 9ac7e30
hardware/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