Skip to content

Commit 00967fd

Browse files
committed
Merge pull request #2124 from embmicro/patch-1
Update USBAPI.h
2 parents 0c93dbe + 93f6f9a commit 00967fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/cores/arduino/USBAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern USBDevice_ USBDevice;
2828
class Serial_ : public Stream
2929
{
3030
private:
31-
int peek_buffer;
31+
int peek_buffer = -1;
3232
public:
3333
void begin(unsigned long);
3434
void begin(unsigned long, uint8_t);

0 commit comments

Comments
 (0)