From 0ade989a2d6b8408483902533270435d3cb155a4 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Mon, 2 Sep 2013 19:15:12 +0100 Subject: USB CDC two argument begin() Add two argument form of Serial_::begin Signed-off-by: Paul Brook --- cores/arduino/USBAPI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cores/arduino/USBAPI.h') diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h index d138a0e..7a14285 100644 --- a/cores/arduino/USBAPI.h +++ b/cores/arduino/USBAPI.h @@ -31,6 +31,7 @@ private: ring_buffer *_cdc_rx_buffer; public: void begin(unsigned long); + void begin(unsigned long, uint8_t); void end(void); virtual int available(void); -- cgit v1.2.3-18-g5258