Skip to content

Commit d2b6f9f

Browse files
committed
Merge pull request #2124 from embmicro/patch-1
Update USBAPI.h
2 parents 09d0843 + 9ac7e30 commit d2b6f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/cores/arduino/USBAPI.h

+1-1
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)