Skip to content

Commit

Permalink
Merge pull request arduino#2124 from embmicro/patch-1
Browse files Browse the repository at this point in the history
Update USBAPI.h
  • Loading branch information
cmaglie committed Jun 13, 2014
2 parents 09d0843 + 9ac7e30 commit d2b6f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/arduino/cores/arduino/USBAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d2b6f9f

Please sign in to comment.