Merge pull request #2124 from embmicro/patch-1

Update USBAPI.h
This commit is contained in:
Cristian Maglie 2014-06-13 09:29:09 +02:00
commit d2b6f9fab8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extern USBDevice_ USBDevice;
class Serial_ : public Stream
{
private:
int peek_buffer;
int peek_buffer = -1;
public:
void begin(unsigned long);
void begin(unsigned long, uint8_t);