mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-29 14:51:50 +01:00
commit
d2b6f9fab8
@ -28,7 +28,7 @@ extern USBDevice_ USBDevice;
|
|||||||
class Serial_ : public Stream
|
class Serial_ : public Stream
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
int peek_buffer;
|
int peek_buffer = -1;
|
||||||
public:
|
public:
|
||||||
void begin(unsigned long);
|
void begin(unsigned long);
|
||||||
void begin(unsigned long, uint8_t);
|
void begin(unsigned long, uint8_t);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user